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,21 +2,18 @@
|
|||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
.floating.login_form
|
||||
%h3
|
||||
= t('.login')
|
||||
= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
|
||||
#user
|
||||
%p.username
|
||||
= f.label :username , t('username')
|
||||
= f.text_field :username
|
||||
%p.user_network
|
||||
="@#{AppConfig[:pod_uri].host}/"
|
||||
= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
|
||||
#user
|
||||
%p.username
|
||||
= f.label :username , t('username')
|
||||
= f.text_field :username
|
||||
%p.user_network
|
||||
="@#{AppConfig[:pod_uri].host}/"
|
||||
|
||||
%p
|
||||
= f.label :password , t('password')
|
||||
= f.password_field :password
|
||||
= f.submit t('.sign_in')
|
||||
%p
|
||||
= f.label :password , t('password')
|
||||
= f.password_field :password
|
||||
= f.submit t('.sign_in')
|
||||
|
||||
%p
|
||||
= render :partial => "devise/shared/links"
|
||||
%p
|
||||
= render :partial => "devise/shared/links"
|
||||
|
|
|
|||
Loading…
Reference in a new issue