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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/statsmaster/templates/index_item.html.erb
===================================================================
--- a/modules/statsmaster/templates/index_item.html.erb
+++ b/modules/statsmaster/templates/index_item.html.erb
@@ -1,1 +1,7 @@
- <li><a href="<%= title %>/"><%= title %></a> <small>(<a href="archive/<%= title %>/">Archive</a>)</small></li>
+ <li>
+ <a href="<%= title %>/"><%= title %></a>
+ <small>(
+ <a href="archive/<%= title %>/">Archive</a>,
+ <a href="daily/<%= title %>">Daily</a>
+ )</small>
+ </li>
« 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