Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
login string outside of the <i>
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntss committed Jun 3, 2016
1 parent f935d0a commit b4a18ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/devise/sessions/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ section.row-0
= f.password_field :password, class: 'input form-control input-lg last', placeholder: 'Password', autocomplete: false, required: true
= f.button class: 'classbutton btn btn-primary btn-block btn-lg' do
- if Portus::LDAP.enabled?
i.fa.fa-check LDAP Login
i.fa.fa-check
' LDAP Login
- else
i.fa.fa-check Login
i.fa.fa-check
' Login

.row
- if signup_enabled?
Expand Down

0 comments on commit b4a18ee

Please sign in to comment.