-
Notifications
You must be signed in to change notification settings - Fork 104
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
base: master
Are you sure you want to change the base?
fixed issue 1 #21
Conversation
@@ -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> |
There was a problem hiding this comment.
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
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); |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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?
LGTM! Thanks! (ideally you ought to not alter the Gemfile...but close enough :-p) |
fixes #1