diff app/views/repositories/show.rhtml @ 741:496b3cfa2f36 feature_318

Finish adding download link
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 07 Nov 2011 17:29:43 +0000
parents cbce1fd3b1b7
children
line wrap: on
line diff
--- a/app/views/repositories/show.rhtml	Fri Nov 04 17:56:58 2011 +0000
+++ b/app/views/repositories/show.rhtml	Mon Nov 07 17:29:43 2011 +0000
@@ -51,9 +51,14 @@
                        :id => @project, :page => nil, :key => User.current.rss_key})) %>
 <%     end %>
 
+<p class="statistics">
+<%= link_to l(:label_statistics), {:action => 'stats', :id => @project}, :class => 'icon icon-stats' %>
+</p>
+
 <%     other_formats_links do |f| %>
   <%= f.link_to 'Atom', :url => {:action => 'revisions', :id => @project, :key => User.current.rss_key} %>
 <%     end %>
+
 <%   end %>
 <% end %>