mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 13:29:48 -04:00
Only show red strip if logged in
Mainly because the red/beta orange/blue combo looks gross. And also because you’re not in admin mode until you’re logged in.
This commit is contained in:
@@ -5,9 +5,11 @@
|
|||||||
<!--[if gt IE 8]><!-->
|
<!--[if gt IE 8]><!-->
|
||||||
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
|
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main.css') }}" />
|
||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
|
{% if current_user.is_authenticated %}
|
||||||
<style>
|
<style>
|
||||||
#global-header-bar { background-color: {{header_colour}} }
|
#global-header-bar { background-color: {{header_colour}} }
|
||||||
</style>
|
</style>
|
||||||
|
{% endif %}
|
||||||
<!--[if IE 6]>
|
<!--[if IE 6]>
|
||||||
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main-ie6.css') }}" />
|
<link rel="stylesheet" media="screen" href="{{ asset_url('stylesheets/main-ie6.css') }}" />
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|||||||
Reference in New Issue
Block a user