-
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
Issue 2 #27
base: master
Are you sure you want to change the base?
Issue 2 #27
Conversation
@@ -1,11 +1,11 @@ | |||
<% 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.
Please explain how modifying this class name is relevant to issue #2
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.
fixes #1 because the css is targeting sidebar-title not sidebar_title
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.
Does not belong in this PR
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.
changed it so it doesn't include issue #1
fixes #2 & #3 : top month always empty & months sorted incorrectly because of an off-one error in the archves_sidebar.rb & _content.html.erb view page