| 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> |