Sha256: f6e7bf37db81044c2321820d5702d460a125fbe9dac7becc56e43e7c14ca0d71

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 Bytes

Contents

- content_for :head do
  = javascript_include_tag 'admin/plugins/codemirror/codemirror', 'admin/snippets.js'
  = image_picker_include_tags

= f.inputs :name => :information do
  = f.input :name
  = f.input :slug, :required => false

= f.inputs :name => :code do
  = f.custom_input :template, :css => 'full', :with_label => false do
    %code{ :class => 'html' }
      = f.text_area :template
    .more
      = link_to t('admin.image_picker.link'), admin_theme_assets_path, :id => 'image-picker-link'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/views/admin/snippets/_form.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/snippets/_form.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/snippets/_form.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/snippets/_form.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/snippets/_form.html.haml
locomotive_cms-0.0.4 app/views/admin/snippets/_form.html.haml