various mobile tweaks. logout link actually logs out
This commit is contained in:
parent
7ac0e9eb49
commit
21465c8f32
1 changed files with 13 additions and 16 deletions
|
|
@ -2,10 +2,7 @@
|
||||||
-# licensed under the Affero General Public License version 3 or later. See
|
-# licensed under the Affero General Public License version 3 or later. See
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
.floating.login_form
|
= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
|
||||||
%h3
|
|
||||||
= t('.login')
|
|
||||||
= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
|
|
||||||
#user
|
#user
|
||||||
%p.username
|
%p.username
|
||||||
= f.label :username , t('username')
|
= f.label :username , t('username')
|
||||||
|
|
@ -18,5 +15,5 @@
|
||||||
= f.password_field :password
|
= f.password_field :password
|
||||||
= f.submit t('.sign_in')
|
= f.submit t('.sign_in')
|
||||||
|
|
||||||
%p
|
%p
|
||||||
= render :partial => "devise/shared/links"
|
= render :partial => "devise/shared/links"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue