Oliver Günther 8 years ago
parent 17f93e620d
commit a0286070d1
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      app/views/meeting_contents/history.html.erb

@ -29,7 +29,7 @@ See doc/COPYRIGHT.md for more details.
<%= form_tag({:action => "diff"}, :method => :get) do %>
<div class="generic-table--container">
<div class="generic-table--results-container">
<table interactive-table class="generic-table">
<table class="generic-table">
<colgroup>
<col highlight-col>
<col>
@ -107,7 +107,7 @@ See doc/COPYRIGHT.md for more details.
<% end %>
</tbody>
</table>
<div class="generic-table--header-background"></div>
</div>
</div>
<%= styled_button_tag l(:label_view_diff), class: '-small -highlight' if show_diff %>

Loading…
Cancel
Save