app/views/admin/contents/edit.html.haml in locomotive_cms-0.0.3.3 vs app/views/admin/contents/edit.html.haml in locomotive_cms-0.0.4.beta1
- old
+ new
@@ -1,10 +1,10 @@
- title t('.title', :type => @content_type.name.capitalize)
- content_for :submenu do
= render 'admin/shared/menu/contents'
-- content_for :buttons do
+- content_for :buttons do
= admin_button_tag t('admin.contents.index.edit'), edit_admin_content_type_url(@content_type), :class => 'edit'
= admin_button_tag t('admin.contents.index.new'), new_admin_content_url(@content_type.slug), :class => 'new'
%p= @content_type.description
\ No newline at end of file