Consistency tweak of the bottom menu in revision.rhtml
This commit is contained in:
parent
4c181089bb
commit
79cea66e36
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
{:class => 'navlink'})
|
||||
%>
|
||||
<% end %>
|
||||
(<%= @revision.page.revisions.length - @revision.next_revision.number %> more)
|
||||
<small>(<%= @revision.page.revisions.length - @revision.next_revision.number %> more)</small>
|
||||
<% end %>
|
||||
|
||||
<% if @revision.next_revision && @revision.previous_revision %>
|
||||
|
@ -49,7 +49,7 @@
|
|||
:rev => @revision.previous_revision.number},
|
||||
{:class => 'navlink'})
|
||||
%>
|
||||
(<%= @revision.previous_revision.number + 1 %> more)
|
||||
<small>(<%= @revision.previous_revision.number + 1 %> more)</small>
|
||||
<% end %>
|
||||
|
||||
|
|
||||
|
|
Loading…
Reference in a new issue