23 lines
605 B
Plaintext
23 lines
605 B
Plaintext
.kaps_rappel_form.field
|
|
|
|
%table{:style => "width:100%;"}
|
|
%tr
|
|
|
|
%td
|
|
= form.hidden_field :rappel_type
|
|
%td
|
|
= form.input :hour, :label => "Heure du rappel :", :as => :string
|
|
|
|
%td
|
|
= form.input :nbr_rep, :label => "Nbr répétitions :"
|
|
|
|
%td
|
|
= form.input :minutes_rep, :label => "Minutes séparant les répétitions :", :as => :string
|
|
|
|
%td
|
|
= form.input :paused_inc, :label => "Rappel aussi les jours de pause ?"
|
|
|
|
|
|
%td{:style => "width:30px;"}
|
|
=link_to_remove_fields ic(:"trash-o"), form
|
|
|