diff options
Diffstat (limited to 'app/views/repositories/show.html.erb')
-rw-r--r-- | app/views/repositories/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 5533ff09d..ec2ae6fbc 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -23,7 +23,7 @@ <p> <% has_branches = (!@repository.branches.nil? && @repository.branches.length > 0) sep = '' %> - <% if @repository.supports_all_revisions? && @path.blank? %> + <% if @repository.supports_history? && @path.blank? %> <%= link_to l(:label_view_all_revisions), :action => 'revisions', :id => @project, :repository_id => @repository.identifier_param %> <% sep = '|' %> @@ -39,7 +39,7 @@ :rev => @rev %> <% end %> </p> - <% if @repository.supports_all_revisions? %> + <% if @repository.supports_history? %> <% content_for :header_tags do %> <%= auto_discovery_link_tag( :atom, |