mirror of
https://github.com/Threnklyn/Klaus.git
synced 2026-05-18 12:13:28 +02:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
div.well
|
|
= bootstrap_form_for(@professor) do |f|
|
|
= f.text_field :first_name
|
|
= f.text_field :last_name
|
|
|
|
= f.submit |