From: Toshi MARUYAMA Date: Tue, 15 Mar 2011 05:11:21 +0000 (+0000) Subject: scm: code clean up repositories/show.rhtml. X-Git-Tag: 1.2.0~707 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78f11a232f53f06779118e8cfcc6d02f8e185482;p=redmine.git scm: code clean up repositories/show.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5136 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/show.rhtml b/app/views/repositories/show.rhtml index 35106fe6f..e57908a86 100644 --- a/app/views/repositories/show.rhtml +++ b/app/views/repositories/show.rhtml @@ -16,19 +16,22 @@

<%= l(:label_latest_revision_plural) %>

<%= render :partial => 'revisions', :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => nil }%> -<% if @path.blank? %> -

<%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project %>

-<% else %> -

<%= link_to l(:label_view_revisions), :action => 'changes', :path => to_path_param(@path), :id => @project %>

-<% end %> - -<% content_for :header_tags do %> - <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :action => 'revisions', :id => @project, :page => nil, :key => User.current.rss_key})) %> -<% end %> - -<% other_formats_links do |f| %> - <%= f.link_to 'Atom', :url => {:action => 'revisions', :id => @project, :key => User.current.rss_key} %> -<% end %> +<% if @path.blank? %> +

<%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project %>

+<% else %> +

<%= link_to l(:label_view_revisions), :action => 'changes', :path => to_path_param(@path), :id => @project %>

+<% end %> + +<% content_for :header_tags do %> + <%= auto_discovery_link_tag( + :atom, params.merge( + {:format => 'atom', :action => 'revisions', + :id => @project, :page => nil, :key => User.current.rss_key})) %> +<% end %> + +<% other_formats_links do |f| %> + <%= f.link_to 'Atom', :url => {:action => 'revisions', :id => @project, :key => User.current.rss_key} %> +<% end %> <% end %> <% content_for :header_tags do %>