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