##// END OF EJS Templates
scm: code clean up app/views/repositories/revisions.rhtml....
Toshi MARUYAMA -
r5740:f36d8cacba07
parent child
Show More
@@ -7,13 +7,20
7
7
8 <h2><%= l(:label_revision_plural) %></h2>
8 <h2><%= l(:label_revision_plural) %></h2>
9
9
10 <%= render :partial => 'revisions', :locals => {:project => @project, :path => '', :revisions => @changesets, :entry => nil }%>
10 <%= render :partial => 'revisions',
11 :locals => {:project => @project,
12 :path => '',
13 :revisions => @changesets,
14 :entry => nil } %>
11
15
12 <p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p>
16 <p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p>
13
17
14 <% content_for :header_tags do %>
18 <% content_for :header_tags do %>
15 <%= stylesheet_link_tag "scm" %>
19 <%= stylesheet_link_tag "scm" %>
16 <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
20 <%= auto_discovery_link_tag(
21 :atom,
22 params.merge(
23 {:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
17 <% end %>
24 <% end %>
18
25
19 <% other_formats_links do |f| %>
26 <% other_formats_links do |f| %>
General Comments 0
You need to be logged in to leave comments. Login now