Browse Source

Switch out logo on login pages for instance name

pull/19/head
Emma Winston 7 years ago
parent
commit
2a7cc4ff1e
  1. 4
      app/views/layouts/auth.html.haml

4
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'

Loading…
Cancel
Save