Switch out logo on login pages for instance name

This commit is contained in:
Emma Winston 2019-10-01 15:09:08 +01:00
parent 38e1afa724
commit 2a7cc4ff1e
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
.container-alt .container-alt
.logo-container .logo-container
%h1 %h1
= link_to root_path do = link_to root_path, class: 'brand' do
= svg_logo_full = site_title
.form-container .form-container
= render 'flashes' = render 'flashes'