Login screen fixed
This commit is contained in:
parent
61dc736fcb
commit
fb62bee05a
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.row
|
||||
.small-6.columns.small-centered
|
||||
div.panel
|
||||
div.callout.primary
|
||||
p
|
||||
' This site yet only uses user accounts for moderators to manage screenshots.
|
||||
' It is planned however to allow you to register and manager your own uploads
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
header
|
||||
div.contain-to-grid
|
||||
.row
|
||||
.top-bar
|
||||
.top-bar-title
|
||||
// TODO: Make the logo depend on the virtual host
|
||||
|
|
@ -31,4 +31,4 @@ header
|
|||
- if user_signed_in?
|
||||
= link_to "#{current_user.email} (Logout)", destroy_user_session_path, :method => :delete, class: 'button'
|
||||
- else
|
||||
= link_to 'Login', new_user_session_path, class: 'button'
|
||||
= link_to 'Login', new_user_session_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue