##// END OF EJS Templates
Show date range on the activity (closes #837)....
Jean-Philippe Lang -
r1288:0dfa2ad3cf59
parent child
Show More
@@ -1,4 +1,5
1 <h2><%= l(:label_activity) %></h2>
1 <h2><%= l(:label_activity) %></h2>
2 <p class="subtitle"><%= "#{l(:label_date_from)} #{format_date(@date_to - @days)} #{l(:label_date_to).downcase} #{format_date(@date_to-1)}" %></p>
2
3
3 <div id="activity">
4 <div id="activity">
4 <% @events_by_day.keys.sort.reverse.each do |day| %>
5 <% @events_by_day.keys.sort.reverse.each do |day| %>
@@ -160,6 +160,7 textarea.wiki-edit { width: 99%; }
160 li p {margin-top: 0;}
160 li p {margin-top: 0;}
161 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
161 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
162 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
162 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
163 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
163
164
164 fieldset#filters .buttons { text-align: right; font-size: 0.9em; margin: 0 4px 0px 0; }
165 fieldset#filters .buttons { text-align: right; font-size: 0.9em; margin: 0 4px 0px 0; }
165
166
General Comments 0
You need to be logged in to leave comments. Login now