app/views/admin/snippets/edit.html.haml in locomotive_cms-0.0.3.3 vs app/views/admin/snippets/edit.html.haml in locomotive_cms-0.0.4.beta1

- old
+ new

@@ -4,12 +4,12 @@ = render 'admin/shared/menu/settings' - content_for :buttons do = admin_button_tag t('admin.snippets.index.new'), new_admin_snippet_url, :class => 'new' -%p= t('.help') +%p!= t('.help') = semantic_form_for @snippet, :url => admin_snippet_url(@snippet), :html => { :class => 'save-with-shortcut' } do |form| = render 'form', :f => form - = render 'admin/shared/form_actions', :back_url => admin_snippets_url, :button_label => :update + = render 'admin/shared/form_actions', :back_url => admin_theme_assets_url, :button_label => :update \ No newline at end of file