Files
Klaus/app/views/semesters/_form.html.slim
T
Florian Bogenhard cedeffd2c6 Klaus V2.0
2014-10-13 12:56:00 +02:00

5 lines
90 B
Plaintext

div.well
= bootstrap_form_for(@semester) do |f|
= f.text_field :name
= f.submit