mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20147 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<% show_diff = revisions.size > 1 && User.current.allowed_to?(:browse_repository, @repository.project) %>
|
||||
<% if show_diff %>
|
||||
<p>
|
||||
<%= submit_tag(l(:label_view_diff), :name => nil) %>
|
||||
</p>
|
||||
<% end %>
|
||||
<div class="autoscroll">
|
||||
<% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %>
|
||||
<%= if show_revision_graph && revisions && revisions.any?
|
||||
@@ -20,12 +26,6 @@ end %>
|
||||
:repository_id => @repository.identifier_param, :path => to_path_param(path)},
|
||||
:method => :get
|
||||
) do %>
|
||||
<% show_diff = revisions.size > 1 && User.current.allowed_to?(:browse_repository, @repository.project) %>
|
||||
<% if show_diff %>
|
||||
<p>
|
||||
<%= submit_tag(l(:label_view_diff), :name => nil) %>
|
||||
</p>
|
||||
<% end %>
|
||||
<table class="list changesets">
|
||||
<thead><tr>
|
||||
<th>#</th>
|
||||
@@ -53,10 +53,10 @@ end %>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
<% end %>
|
||||
</div>
|
||||
<% if show_diff %>
|
||||
<p>
|
||||
<%= submit_tag(l(:label_view_diff), :name => nil) %>
|
||||
</p>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user