Sha256: 91955b01e2116c491dc2da8796d8b3c7d32281957d1096f732a167c5d51897ca

Contents?: true

Size: 516 Bytes

Versions: 15

Compression:

Stored size: 516 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(@collection), :class => 'add'

%p= t('.help')

= semantic_form_for @asset, :url => admin_asset_url(@collection, @asset), :html => { :multipart => true } do |form|

  = render 'form', :f => form

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
locomotive_cms-0.0.2.9 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.8 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.7 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.6 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.5 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.4 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.3 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.2 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2.1 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.2 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.1.4 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.1.3 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.1.2 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.1.1 app/views/admin/assets/edit.html.haml
locomotive_cms-0.0.1 app/views/admin/assets/edit.html.haml