engine/app/views/admin/layouts/_form.html.haml

10 lines
229 B
Plaintext
Raw Normal View History

= f.inputs :name => :information do
= f.input :name
= f.inputs :name => :code do
2010-06-24 09:14:08 +00:00
= f.custom_input :value, :css => 'code full', :with_label => false do
%code{ :class => 'html' }
= f.text_area :value