mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Add some spacing.
git-svn-id: http://svn.redmine.org/redmine/trunk@17512 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a54c69ce87
commit
0956d21756
@ -6,7 +6,9 @@
|
||||
:project_id => @page.project, :id => @page.title},
|
||||
:method => :get) do %>
|
||||
<% show_diff = @versions.size > 1 %>
|
||||
<%= submit_tag l(:label_view_diff), :class => 'small' if show_diff %>
|
||||
<% if show_diff %>
|
||||
<p><%= submit_tag l(:label_view_diff) %></p>
|
||||
<% end %>
|
||||
<table class="list wiki-page-versions">
|
||||
<thead><tr>
|
||||
<th>#</th>
|
||||
@ -36,6 +38,8 @@
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
<%= submit_tag l(:label_view_diff), :class => 'small' if show_diff %>
|
||||
<% if show_diff %>
|
||||
<p><%= submit_tag l(:label_view_diff) %></p>
|
||||
<% end %>
|
||||
<span class="pagination"><%= pagination_links_full @version_pages, @version_count %></span>
|
||||
<% end %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user