From 2a7cc4ff1ecd67f434400df60210104e85860846 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Tue, 1 Oct 2019 15:09:08 +0100 Subject: [PATCH] Switch out logo on login pages for instance name --- app/views/layouts/auth.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml index 585e24655..9b90e125d 100644 --- a/app/views/layouts/auth.html.haml +++ b/app/views/layouts/auth.html.haml @@ -5,8 +5,8 @@ .container-alt .logo-container %h1 - = link_to root_path do - = svg_logo_full + = link_to root_path, class: 'brand' do + = site_title .form-container = render 'flashes'