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