mirror of
https://github.com/Threnklyn/Klaus.git
synced 2026-05-18 20:23:28 +02:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
div.well
|
|
= bootstrap_form_for(@lesson) do |f|
|
|
= f.text_field :name
|
|
= f.text_field :short_name
|
|
|
|
= f.submit |