Handlers for mid login

This commit is contained in:
Martin Lensment 2015-03-23 14:07:33 +02:00
parent 0ecbd87004
commit 418bd2046c
16 changed files with 173 additions and 7 deletions

View file

@ -14,6 +14,9 @@
.form-group
= f.label :password
= f.text_field(:password, class: 'form-control')
.form-group
= f.label :identity_code
= f.text_field(:identity_code, class: 'form-control')
.form-group
.form-group.has-feedback.js-typeahead-container
= f.label :registrar_typeahead, t('registrar')