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

Month sorting #30

Closed
wants to merge 8 commits into from
Closed

Month sorting #30

wants to merge 8 commits into from

Conversation

jroers
Copy link

@jroers jroers commented Feb 5, 2016

Fixes #3
Fixes #2

So these two are linked. By solving issue 3, it solves issue 2.

Since months are designated by their number (1-12), all the months except December would remain the same. Taking the months' values %12 and adding one caused the disorder. 1 becomes 2, 2 becomes 3... 12 would become 1.

@@ -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
Member

Choose a reason for hiding this comment

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

why do we need to add this to the gemfile?

<h3 class="sidebar_title"><%= sidebar.title %></h3>
<div class="sidebar_body">
<ul id="archives">
<h3 class="sidebar-title"><%= sidebar.title %></h3>
Copy link
Contributor

Choose a reason for hiding this comment

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

How is this html change relevant to issue #2?

@nathanallen
Copy link
Contributor

Good explanation!

@jroers jroers closed this Feb 5, 2016
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.

3 participants