##// END OF EJS Templates
fix source indents of app/views/repositories/revisions.html.erb...
Toshi MARUYAMA -
r9157:0098c7b12883
parent child
Show More
@@ -3,8 +3,8
3 3 {:action => 'revision', :id => @project,
4 4 :repository_id => @repository.identifier_param}
5 5 ) do %>
6 <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %>
7 <%= submit_tag 'OK' %>
6 <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %>
7 <%= submit_tag 'OK' %>
8 8 <% end %>
9 9 </div>
10 10
@@ -19,8 +19,8
19 19 <p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p>
20 20
21 21 <% content_for :header_tags do %>
22 <%= stylesheet_link_tag "scm" %>
23 <%= auto_discovery_link_tag(
22 <%= stylesheet_link_tag "scm" %>
23 <%= auto_discovery_link_tag(
24 24 :atom,
25 25 params.merge(
26 26 {:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
General Comments 0
You need to be logged in to leave comments. Login now