comparison app/views/repositories/.svn/text-base/revisions.rhtml.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 513646585e45
children
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
1 <div class="contextual"> 1 <div class="contextual">
2 <% form_tag({:action => 'revision', :id => @project}) do %> 2 <% form_tag({:action => 'revision', :id => @project}) do %>
3 <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %> 3 <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %>
4 <%= submit_tag 'OK' %> 4 <%= submit_tag 'OK' %>
5 <% end %> 5 <% end %>
6 </div> 6 </div>
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| %>
20 <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> 27 <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
21 <% end %> 28 <% end %>