From: Jean-Philippe Lang Date: Sun, 23 Sep 2018 14:10:31 +0000 (+0000) Subject: Add some spacing. X-Git-Tag: 4.0.0~160 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0956d217566fdbd09c65ee2985d6dba38cb05810;p=redmine.git Add some spacing. git-svn-id: http://svn.redmine.org/redmine/trunk@17512 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/history.html.erb b/app/views/wiki/history.html.erb index 052eb3395..3e638a880 100644 --- a/app/views/wiki/history.html.erb +++ b/app/views/wiki/history.html.erb @@ -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 %> +

<%= submit_tag l(:label_view_diff) %>

+<% end %> @@ -36,6 +38,8 @@ <% end %>
#
-<%= submit_tag l(:label_view_diff), :class => 'small' if show_diff %> +<% if show_diff %> +

<%= submit_tag l(:label_view_diff) %>

+<% end %> <%= pagination_links_full @version_pages, @version_count %> <% end %>