php_app/app/views/admin/pages/_form.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

7 lines
290 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 :"