@@ -3,8 +3,8 | |||||
3 | {:action => 'revision', :id => @project, |
|
3 | {:action => 'revision', :id => @project, | |
4 | :repository_id => @repository.identifier_param} |
|
4 | :repository_id => @repository.identifier_param} | |
5 | ) do %> |
|
5 | ) do %> | |
6 |
<%= |
|
6 | <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %> | |
7 |
<%= |
|
7 | <%= submit_tag 'OK' %> | |
8 | <% end %> |
|
8 | <% end %> | |
9 | </div> |
|
9 | </div> | |
10 |
|
10 | |||
@@ -19,8 +19,8 | |||||
19 | <p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p> |
|
19 | <p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p> | |
20 |
|
20 | |||
21 | <% content_for :header_tags do %> |
|
21 | <% content_for :header_tags do %> | |
22 |
<%= |
|
22 | <%= stylesheet_link_tag "scm" %> | |
23 |
<%= |
|
23 | <%= auto_discovery_link_tag( | |
24 | :atom, |
|
24 | :atom, | |
25 | params.merge( |
|
25 | params.merge( | |
26 | {:format => 'atom', :page => nil, :key => User.current.rss_key})) %> |
|
26 | {:format => 'atom', :page => nil, :key => User.current.rss_key})) %> |
General Comments 0
You need to be logged in to leave comments.
Login now