Get rid of old code

This commit is contained in:
Martin Lensment 2015-02-26 11:04:20 +02:00
parent 1b60853bc8
commit c3560fd19f
3 changed files with 4 additions and 40 deletions

View file

@ -7,7 +7,7 @@
%hr
.row
.col-md-6
.col-md-12
.form-group
= f.label :username
= f.text_field(:username, class: 'form-control')
@ -26,11 +26,6 @@
%label{for: 'api_user_active'}
= f.check_box(:active)
= t('active')
.col-md-6.text-left
.form-group
= f.label :csr, t('certificate_signing_req')
= f.file_field :csr
%hr
.row
.col-md-12.text-right