@@ -1,4 +1,4 | |||||
1 |
<h2> |
|
1 | <h2><%= "#{month_name(@month)} #{@year}" %></h2> | |
2 |
|
2 | |||
3 | <div id="activity"> |
|
3 | <div id="activity"> | |
4 | <% @events_by_day.keys.sort {|x,y| y <=> x }.each do |day| %> |
|
4 | <% @events_by_day.keys.sort {|x,y| y <=> x }.each do |day| %> |
@@ -1,5 +1,5 | |||||
1 | <% cache(:year => @year, :month => @month, :tracker_ids => @selected_tracker_ids, :subprojects => params[:with_subprojects], :lang => current_language) do %> |
|
1 | <% cache(:year => @year, :month => @month, :tracker_ids => @selected_tracker_ids, :subprojects => params[:with_subprojects], :lang => current_language) do %> | |
2 |
<h2> |
|
2 | <h2><%= "#{month_name(@month)} #{@year}" %></h2> | |
3 |
|
3 | |||
4 | <table width="100%"> |
|
4 | <table width="100%"> | |
5 | <tr><td align="left"> |
|
5 | <tr><td align="left"> |
General Comments 0
You need to be logged in to leave comments.
Login now