Skip to content

Commit

Permalink
THREESCALE-8875: Fix CMS groups edit form
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom authored and akostadinov committed Oct 25, 2022
1 parent d4491d8 commit ec062e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/provider/admin/cms/groups/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

<%= cms_form_for(@group) do |f| %>
<%= render 'form', :f => f %>
<%= f.actions :commit %>
<%= f.actions do %>
<%= f.commit_button %>
<% end %>
<% end %>

0 comments on commit ec062e5

Please sign in to comment.