diff --git a/app/views/sections/_edit_section.html.erb b/app/views/sections/_edit_section.html.erb index f2b5ce7..d37698c 100644 --- a/app/views/sections/_edit_section.html.erb +++ b/app/views/sections/_edit_section.html.erb @@ -30,9 +30,9 @@
<%= f.button(_('Save'), class: 'btn btn-default', type: "submit") %> - <%= link_to _('Cancel'), admin_show_phase_path(section.phase), class: 'btn btn-default', role: 'button' %> <%= link_to _('Delete'), admin_destroy_section_path(section_id: section.id), confirm: _("You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?") % { :section_title => section.title }, method: :delete, class: 'btn btn-default', role:'button' %> + <%= link_to _('Cancel'), admin_show_phase_path(section.phase), class: 'btn btn-default', role: 'button' %>
<% end %>