From 498ca4f3e9f18e68574f42e57c3c05a852b5f033 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 24 Apr 2015 17:28:25 +0000 Subject: [PATCH] Try the fedmenu header for stg cgit. --- roles/distgit/templates/cgit-header.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/roles/distgit/templates/cgit-header.html b/roles/distgit/templates/cgit-header.html index 75b93c8189..f08c4a91e6 100644 --- a/roles/distgit/templates/cgit-header.html +++ b/roles/distgit/templates/cgit-header.html @@ -1 +1,20 @@ -

This is a test. The environment is {{env}}.

+{% if env == 'staging' %} + + +{% else %} + + +{% endif %} + +