Skip to content

Instantly share code, notes, and snippets.

@utx0
Created May 11, 2013 11:20
Show Gist options
  • Save utx0/5559690 to your computer and use it in GitHub Desktop.
Save utx0/5559690 to your computer and use it in GitHub Desktop.
haml_newline_issues
%h1 Archive for
-case page_type
-when 'day'
~ Date.new(year, month, day).strftime('%b %e %Y')
-when 'month'
~ Date.new(year, month, 1).strftime('%b %Y')
-when 'year'
~ year
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment