Sha256: d52d29c0396aebc63747f8ed8b12ab234d5041f12bf482d2b0ae19ea4a2bb2c0

Contents?: true

Size: 567 Bytes

Versions: 14

Compression:

Stored size: 567 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = 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')

= semantic_form_for @asset, :url => admin_asset_url(@asset_collection, @asset), :html => { :multipart => true, :class => 'save-with-shortcut' } do |form|

  = render 'form', :f => form

  = render 'admin/shared/form_actions', :back_url => edit_admin_asset_collection_url(@asset_collection), :button_label => :update

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/assets/edit.html.haml
locomotive_cms-1.0.0.beta app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta5 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.4 app/views/admin/assets/edit.html.haml