blog_perso_app/app/views/admin/pages/_form.html.haml
Nicolas Bally ef2a73636b initial 2
2015-02-24 23:47:26 +01:00

11 lines
375 B
Plaintext

=form.semantic_fields_for :menu_content do |content|
= content.inputs do
-if form.object.id != nil
= content.input :title, :as => :string, :label => "Titre :"
= content.input :keywords, :as => :string, :label => "Mots clefs :"
= content.input :description, :as => :string, :label => "Description :"
-else
= content.hidden_field :title