OSDN Git Service

255cb6221f41e60c40d15cda2b4fb9eee3cdb9d1
[redminele/redminele.git] / redmine / app / views / repositories / revisions.rhtml
1 <div class="contextual">
2 <% form_tag({:action => 'revision', :id => @project}) do %>
3 <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %>
4 <%= submit_tag 'OK' %>
5 <% end %>
6 </div>
7
8 <h2><%= l(:label_revision_plural) %></h2>
9
10 <%= render :partial => 'revisions', :locals => {:project => @project, :path => '', :revisions => @changesets, :entry => nil }%>
11
12 <p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p>
13
14 <% content_for :header_tags do %>
15 <%= stylesheet_link_tag "scm" %>
16 <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
17 <% end %>
18
19 <% other_formats_links do |f| %>
20         <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
21 <% end %>
22
23 <% html_title(l(:label_revision_plural)) -%>