Sha256: c4995bdd263db72fa6103d82cb0099ef65d390b5a3763668df431eb72731596a

Contents?: true

Size: 1.25 KB

Versions: 6

Compression:

Stored size: 1.25 KB

Contents

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

- content_for :backbone_view_data do
  :plain
    theme_asset: #{@theme_asset.persisted? ? @theme_asset.to_json : '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

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc7 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/theme_assets/_form.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/theme_assets/_form.html.haml