app/views/simple_admin/admin/edit.html.erb in simple_admin-0.5.0 vs app/views/simple_admin/admin/edit.html.erb in simple_admin-0.5.1
- old
+ new
@@ -1,9 +1,7 @@
-<div class="simple_admin_edit">
- <% content_for :content do %>
- <% render :partial => 'form' %>
- <% end %>
+<% content_for :content do %>
+ <% render :partial => 'form' %>
+<% end %>
- <% content_for :sidebar do %>
- <%= sidebars %>
- <% end %>
-</div>
+<% content_for :sidebar do %>
+ <%= sidebars %>
+<% end %>