Fix #1409. Add a label for email_public and hide openids when they are not present
This commit is contained in:
parent
a6cdd93a66
commit
a659cb615a
2 changed files with 8 additions and 10 deletions
|
|
@ -10,11 +10,8 @@
|
|||
= f.input :url, as: :hidden, input_html: { value: @back_url }
|
||||
= f.input :context, as: :hidden, input_html: { value: @context }
|
||||
= f.input :proxypath, as: :hidden, input_html: { value: @proxypath }
|
||||
|
||||
= f.input :username, input_html: { autofocus: true }
|
||||
= f.input :password, as: :password
|
||||
|
||||
%p.text-right
|
||||
= f.action :submit, as: :button, label: 'Sign In', button_html: { class: 'btn btn-success' }
|
||||
|
||||
= render partial: 'devise/shared/help'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue