Sha256: 7f4384b8650f4450a4d78a73a7045158cc043c935884436ddfd5e488da4c0d84

Contents?: true

Size: 1.27 KB

Versions: 5

Compression:

Stored size: 1.27 KB

Contents

- content_for :head do
  = render '/locomotive/theme_assets/picker'

- content_for :backbone_view_data do
  :plain
    theme_asset: #{j @theme_asset.persisted? ? @theme_asset.to_json.html_safe : 'null'}

= f.hidden_field :performing_plain_text

#file-selector{ :class => "selector #{'hidden' if display_plain_text?(@theme_asset)}" }
  = f.inputs :name => :information do
    = f.input :source

  - if allow_plain_text_editing?(@theme_asset)
    = link_to t('locomotive.theme_assets.form.choose_plain_text'), '#', :class => 'alt'

- if allow_plain_text_editing?(@theme_asset)
  #text-selector{ :class => "selector #{'hidden' unless display_plain_text?(@theme_asset)}", :style => "#{'display: none' unless display_plain_text?(@theme_asset)}" }
    = f.inputs :name => :code, :class => 'inputs code' do

      - if @theme_asset.new_record?
        = f.input :plain_text_name

        = f.input :plain_text_type, :as => 'select', :collection => %w(stylesheet javascript), :include_blank => false

      = f.input :plain_text, :as => :'Locomotive::Code', :type => plain_text_type(@theme_asset)

    = link_to t('locomotive.theme_assets.form.choose_file'), '#', :class => 'alt'

= f.inputs :name => :options, :class => "inputs foldable #{'folded' if inputs_folded?(@theme_asset)}" do
  = f.input :folder

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/theme_assets/_form.html.haml