Mercurial > hg > soundsoftware-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
740:8873bc7c1af5 | 741:496b3cfa2f36 |
---|---|
49 :atom, params.merge( | 49 :atom, params.merge( |
50 {:format => 'atom', :action => 'revisions', | 50 {:format => 'atom', :action => 'revisions', |
51 :id => @project, :page => nil, :key => User.current.rss_key})) %> | 51 :id => @project, :page => nil, :key => User.current.rss_key})) %> |
52 <% end %> | 52 <% end %> |
53 | 53 |
54 <p class="statistics"> | |
55 <%= link_to l(:label_statistics), {:action => 'stats', :id => @project}, :class => 'icon icon-stats' %> | |
56 </p> | |
57 | |
54 <% other_formats_links do |f| %> | 58 <% other_formats_links do |f| %> |
55 <%= f.link_to 'Atom', :url => {:action => 'revisions', :id => @project, :key => User.current.rss_key} %> | 59 <%= f.link_to 'Atom', :url => {:action => 'revisions', :id => @project, :key => User.current.rss_key} %> |
56 <% end %> | 60 <% end %> |
61 | |
57 <% end %> | 62 <% end %> |
58 <% end %> | 63 <% end %> |
59 | 64 |
60 <% content_for :header_tags do %> | 65 <% content_for :header_tags do %> |
61 <%= stylesheet_link_tag "scm" %> | 66 <%= stylesheet_link_tag "scm" %> |