9 lines
219 B
Plaintext
Executable File
9 lines
219 B
Plaintext
Executable File
=semantic_form_for [:admin, @timeline_year] do |f|
|
|
|
|
=f.inputs do
|
|
=f.hidden_field :timeline_history_id
|
|
= f.input :year, :label => "Année :"
|
|
|
|
|
|
=f.submit "sauvegarder", :class => "btn btn-primary"
|
|
|