lib/generators/dry_crud/templates/app/views/crud/edit.html.erb in dry_crud-1.2.5 vs lib/generators/dry_crud/templates/app/views/crud/edit.html.erb in dry_crud-1.2.6
- old
+ new
@@ -1,7 +1,7 @@
<% @title ||= "Edit #{full_entry_label}" -%>
-<%= render :partial => 'form' %>
+<% content_for(:actions, render(:partial => 'actions_edit')) %>
-<br/>
+<%= clear %>
-<%= render :partial => 'actions_edit' %>
\ No newline at end of file
+<%= render :partial => 'form' %>