2010-07-17 22:01:00 +00:00
|
|
|
- content_for :head do
|
2010-07-22 22:10:40 +00:00
|
|
|
= javascript_include_tag 'admin/plugins/codemirror/codemirror', 'admin/layouts.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
|
2010-07-22 22:10:40 +00:00
|
|
|
|
2010-05-02 23:33:17 +00:00
|
|
|
= f.inputs :name => :code do
|
2010-06-24 09:14:08 +00:00
|
|
|
= f.custom_input :value, :css => 'code full', :with_label => false do
|
2010-05-02 23:33:17 +00:00
|
|
|
%code{ :class => 'html' }
|
|
|
|
= f.text_area :value
|
2010-07-17 22:01:00 +00:00
|
|
|
.more
|
|
|
|
= link_to t('admin.image_picker.link'), admin_theme_assets_path, :id => 'image-picker-link'
|