Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/statsmaster/templates/index_item.html.erb

Issue 5667089633247232: Issue 479 - Make AWStats produce daily reports as well (Closed)
Patch Set: Created June 24, 2014, 6:08 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <li><a href="<%= title %>/"><%= title %></a> <small>(<a href="archive/<%= ti tle %>/">Archive</a>)</small></li> 1 <li>
2 <a href="<%= title %>/"><%= title %></a>
3 <small>(
4 <a href="archive/<%= title %>/">Archive</a>,
5 <a href="daily/<%= title %>">Daily</a>
6 )</small>
7 </li>
OLDNEW
« no previous file with comments | « modules/statsmaster/templates/build_static_item.erb ('k') | modules/statsmaster/templates/process_logs_head.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld