accescible_app/app/views/admin/pages/_form.html.haml
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

7 lines
283 B
Plaintext

=form.semantic_fields_for :menu_content do |content|
= content.inputs do
= content.input :title, :as => :string, :label => "Titre :"
= content.input :keywords, :as => :string, :label => "Mots clefs :"
= content.input :description, :as => :string, :label => "Description :"