Ask for confirmation when changing the page and
the forms watched do have changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= form_for [:admin, @process] do |f| %>
|
||||
<%= form_for [:admin, @process], html: {data: {watch_changes: true}} do |f| %>
|
||||
|
||||
<% if @process.errors.any? %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user