Sha256: b08a1c8fa36a6b450be10e042e63b74bcafa2a4ceebe6589356c0051b0dc31b7

Contents?: true

Size: 589 Bytes

Versions: 14

Compression:

Stored size: 589 Bytes

Contents

- title t('.title', :file => @theme_asset.source_filename)

- content_for :submenu do
  = render 'admin/shared/menu/settings'

- content_for :buttons do
  = admin_button_tag t('admin.theme_assets.index.new'), new_admin_theme_asset_url, :class => 'new'

%p!= t('.help', :url => @theme_asset.source.url)

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

  = render 'form', :f => form

  = render 'admin/shared/form_actions', :back_url => admin_theme_assets_url, :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/theme_assets/edit.html.haml
locomotive_cms-1.0.0.beta app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta5 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/theme_assets/edit.html.haml
locomotive_cms-0.0.4 app/views/admin/theme_assets/edit.html.haml