Merge pull request #5631 from opf/feature/25506-style-the-forms-of-the-companies-plugin

[25506] Style the forms of the Companies plugin (Core)
pull/5636/head
Markus Kahl 7 years ago committed by GitHub
commit 8d50331f4e
  1. 6
      app/views/settings/plugin.html.erb

@ -26,12 +26,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See doc/COPYRIGHT.rdoc for more details.
++#%>
<%= toolbar title: "#{l(:label_settings)}: #{@plugin.name}" %>
<%= toolbar title: @plugin.name %>
<div id="settings">
<%= styled_form_tag({action: 'plugin'}) do %>
<div class="box">
<%= render partial: @partial, locals: {settings: @settings}%>
</div>
<%= render partial: @partial, locals: {settings: @settings}%>
<%= styled_submit_tag l(:button_apply), class: '-highlight' %>
<% end %>
</div>

Loading…
Cancel
Save