From fb62bee05a5325e4236e1a0399a41556e9ff7ca6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 3 Mar 2016 17:13:23 +0100 Subject: [PATCH] Login screen fixed --- app/views/devise/sessions/new.slim | 2 +- app/views/layouts/_topbar.slim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/devise/sessions/new.slim b/app/views/devise/sessions/new.slim index 9b0ec1b..6f700c3 100644 --- a/app/views/devise/sessions/new.slim +++ b/app/views/devise/sessions/new.slim @@ -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 diff --git a/app/views/layouts/_topbar.slim b/app/views/layouts/_topbar.slim index ea178a7..c9bc296 100644 --- a/app/views/layouts/_topbar.slim +++ b/app/views/layouts/_topbar.slim @@ -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