Skip to content

Conversation

@chan-d
Copy link

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

fixes #1

<% 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..

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.

Gemfile Outdated
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