From ec062e536c0bd6f84e8f18e91544a47b5f316071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Lled=C3=B3?= Date: Tue, 25 Oct 2022 13:15:04 +0200 Subject: [PATCH] THREESCALE-8875: Fix CMS groups edit form --- app/views/provider/admin/cms/groups/edit.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/provider/admin/cms/groups/edit.html.erb b/app/views/provider/admin/cms/groups/edit.html.erb index f6f96d36a4..f77b8fbc2b 100644 --- a/app/views/provider/admin/cms/groups/edit.html.erb +++ b/app/views/provider/admin/cms/groups/edit.html.erb @@ -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 %>