%= stylesheet_link_tag 'archive' %>
<%= stylesheet_link_tag 'calendar' %>
<%= link_to @this_month.strftime("%B %Y"), :action=>"archive", :year=>@this_month.year, :month=>"%.2d" % @this_month.month %>
| Sunday |
Monday |
Tuesday |
Wednesday |
Thursday |
Friday |
Saturday |
<%= @content_for_layout %>
<%= link_to @prev_month.strftime("%B %Y"), :action=>"archive", :year=>@prev_month.year, :month=>"%.2d" % @prev_month.month %>
<%= link_to @next_month.strftime("%B %Y"), :action=>"archive", :year=>@next_month.year, :month=>"%.2d" % @next_month.month %>