app/views/admin/kitsune/records/edit.html.erb in kitsune-0.0.13 vs app/views/admin/kitsune/records/edit.html.erb in kitsune-0.0.14

- old
+ new

@@ -1,7 +1,7 @@ <div id='kitsune_record_header'> <h2 class='legend'>Edit <%= params[:model_id] %></h2> - <div id='menu'> + <div id='menu' class='with_form'> <%= link_to 'Back', :controller => 'admin/kitsune/records', :model_id => params[:model_id] %> </div> </div> <%= render 'form' %>