Skip to content

Commit

Permalink
Restore the form that was removed in 14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mereghost committed Oct 15, 2024
1 parent c942dda commit 0954440
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/views/admin/settings/show_plugin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ See COPYRIGHT and LICENSE files for more details.
++#%>


<% html_title t(:label_administration), @plugin.name %>

<%= render partial: @partial, locals: {settings: @settings}%>
<%= toolbar title: @plugin.name %>
<div id="settings">
<%= styled_form_tag({controller: '/admin/settings', action: 'update_plugin' }) do %>
<%= render partial: @partial, locals: {settings: @settings}%>
<%= styled_submit_tag t(:button_apply), class: '-primary' %>
<% end %>
</div>


0 comments on commit 0954440

Please sign in to comment.