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

- old
+ new

@@ -4,10 +4,10 @@ = render 'admin/shared/menu/assets' - content_for :buttons do = admin_button_tag t('admin.asset_collections.edit.add_asset'), new_admin_asset_url(@asset_collection), :class => 'new' -%p= t('.help') +%p!= t('.help') = semantic_form_for @asset, :url => admin_asset_url(@asset_collection, @asset), :html => { :multipart => true, :class => 'save-with-shortcut' } do |form| = render 'form', :f => form \ No newline at end of file