Sha256: 706e13cb4a60d7bcf830a33c468fb0e882f43c168f6d159c8f3f68542874a497

Contents?: true

Size: 466 Bytes

Versions: 8

Compression:

Stored size: 466 Bytes

Contents

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

= 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

8 entries across 8 versions & 1 rubygems

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