diff options
Diffstat (limited to 'app/views/repositories/revisions.rhtml')
-rw-r--r-- | app/views/repositories/revisions.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/repositories/revisions.rhtml b/app/views/repositories/revisions.rhtml index 4483a482c..99c3f7afd 100644 --- a/app/views/repositories/revisions.rhtml +++ b/app/views/repositories/revisions.rhtml @@ -9,8 +9,7 @@ <%= render :partial => 'revisions', :locals => {:project => @project, :path => '', :revisions => @changesets, :entry => nil }%> -<p><%= pagination_links_full @changeset_pages %> -[ <%= @changeset_pages.current.first_item %> - <%= @changeset_pages.current.last_item %> / <%= @changeset_count %> ]</p> +<p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p> <% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> |