Sha256: 910cbe9c5cb261d7f77c6e553599c1885b7e085928b60e063864c9d76db06130

Contents?: true

Size: 1.43 KB

Versions: 8

Compression:

Stored size: 1.43 KB

Contents

- content_for :head do
  = include_javascripts :image_picker, :theme_assets
  = include_stylesheets :fancybox

= f.hidden_field :performing_plain_text

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

  - if @theme_asset.new_record? || @theme_asset.stylesheet_or_javascript?
    %span.alt
      != t('admin.theme_assets.form.choose_plain_text')

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

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

        = f.custom_input :content_type do
          = f.select :content_type, %w(stylesheet javascript)

      = f.custom_input :plain_text, :css => 'full', :with_label => false do
        %code{ :class => (@theme_asset.size && @theme_asset.size > 40000 ? 'nude' : (@theme_asset.content_type || 'stylesheet')) }
          = f.text_area :plain_text
        .more
          = link_to t('admin.image_picker.link'), admin_theme_assets_path, :id => 'image-picker-link'

    %span.alt
      != t('admin.theme_assets.form.choose_file')

= f.foldable_inputs :name => :options do
  = f.input :folder
  = f.custom_input :hidden, :css => 'toggle' do
    = f.check_box :hidden

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/theme_assets/_form.html.haml
locomotive_cms-1.0.0.beta app/views/admin/theme_assets/_form.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/theme_assets/_form.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/theme_assets/_form.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/theme_assets/_form.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/theme_assets/_form.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/theme_assets/_form.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/theme_assets/_form.html.haml