summaryrefslogtreecommitdiffstats
path: root/docs/_templates
diff options
context:
space:
mode:
authorBozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>2018-10-15 17:36:42 +0000
committerBozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>2018-10-15 18:21:32 +0000
commit39df76285e78163547c2e32fab1817a62a4e9223 (patch)
treed994f18b060041ef877d9a88cb3596564427b945 /docs/_templates
parenta6cc59546bd07f9a47657a0cda2a11163938f4ca (diff)
VNFRQTS - Updating local builds
Issue-ID: VNFRQTS-463 Change-Id: I3c98e522b4b9804eee3cc8d03413f4d3e90e60c6 Signed-off-by: Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 0000000..5784529
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,19 @@
+{# Import the theme's layout. #}
+{% extends "!layout.html" %}
+
+{# Custom CSS override for warning banner #}
+{% set css_files = css_files + ['_static/css/ribbon.css'] %}
+
+{# Ribbon #}
+{% block content %}
+ <div class="ribbon">
+ <a href="https://jira.onap.org/secure/CreateIssueDetails!init.jspa
+?pid=10111
+&issuetype=10004
+&priority=2
+&description=version:+{{version}}%0Apage:+{{pagename}}%0A%0A" target="_blank">
+ Report Issue
+ </a>
+ </div>
+ {{ super() }}
+{% endblock %}