@@ -3,8 +3,8 | |||
|
3 | 3 | {:action => 'revision', :id => @project, |
|
4 | 4 | :repository_id => @repository.identifier_param} |
|
5 | 5 | ) do %> |
|
6 |
<%= |
|
|
7 |
<%= |
|
|
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 |
<%= |
|
|
23 |
<%= |
|
|
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