Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed issue 1 #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

fixed issue 1 #21

wants to merge 4 commits into from

Conversation

chan-d
Copy link

@chan-d chan-d commented Feb 5, 2016

fixes #1

@@ -1,6 +1,6 @@
<% unless sidebar.archives.blank? %>
<h3 class="sidebar_title"><%= sidebar.title %></h3>
<div class="sidebar_body">
<h3 class="sidebar-title"><%= sidebar.title %></h3>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it matches the styles referenced in user-style.css

@chan-d
Copy link
Author

chan-d commented Feb 5, 2016

was having issues getting the environment setup.. added this but still didnt not fix.. forgot to remove..

@@ -11,7 +11,7 @@ var bind_sortable = function() {
url: '/admin/sidebar/sortable',
statusCode: {
200: function(data, textStatus, jqXHR) {
$('#sidebar-config').replaceWith(data.html);
$('#sidebar_config').replaceWith(data.html);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will not merge. This PR breaks existing javascript. Selector does not exist.

@@ -73,6 +73,7 @@ gem 'recaptcha', require: 'recaptcha/rails', branch: 'rails3'
gem 'rubypants', '~> 0.2.0'
gem 'twitter', '~> 5.14.0'
gem 'uuidtools', '~> 2.1.1'
# gem 'psych', '~> 2.0', '>= 2.0.17'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you adding a commented gem?

@tgaff
Copy link
Member

tgaff commented Feb 5, 2016

LGTM! Thanks!

(ideally you ought to not alter the Gemfile...but close enough :-p)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent Sidebar Styles
3 participants