2010-05-02 23:33:17 +00:00
|
|
|
- content_for :head do
|
|
|
|
= javascript_include_tag 'admin/plugins/codemirror/codemirror', 'admin/snippets.js'
|
2010-07-17 22:01:00 +00:00
|
|
|
= image_picker_include_tags
|
2010-05-02 23:33:17 +00:00
|
|
|
|
|
|
|
= f.inputs :name => :information do
|
|
|
|
= f.input :name
|
|
|
|
= f.input :slug, :required => false
|
2010-07-23 23:57:18 +00:00
|
|
|
|
2010-05-02 23:33:17 +00:00
|
|
|
= f.inputs :name => :code do
|
2010-08-21 22:48:24 +00:00
|
|
|
= f.custom_input :template, :css => 'full', :with_label => false do
|
2010-05-02 23:33:17 +00:00
|
|
|
%code{ :class => 'html' }
|
2010-08-21 22:48:24 +00:00
|
|
|
= f.text_area :template
|
2010-07-17 22:01:00 +00:00
|
|
|
.more
|
2010-07-23 23:57:18 +00:00
|
|
|
= link_to t('admin.image_picker.link'), admin_theme_assets_path, :id => 'image-picker-link'
|