app/views/admin/contents/index.html.haml in locomotive_cms-0.0.4 vs app/views/admin/contents/index.html.haml in locomotive_cms-1.0.0.beta

- old
+ new

@@ -2,10 +2,10 @@ - content_for :submenu do = render 'admin/shared/menu/contents' - content_for :head do - = javascript_include_tag 'admin/contents' + = include_javascripts :contents - content_for :buttons do = admin_button_tag :edit, edit_admin_content_type_url(@content_type), :class => 'edit' = admin_button_tag :new, new_admin_content_url(@content_type.slug), :class => 'new' \ No newline at end of file