diff options
author | Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com> | 2018-10-03 20:15:47 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com> | 2018-10-03 21:49:46 +0000 |
commit | 87c482480137dbaf99e75b90f1f7899508e6a80a (patch) | |
tree | c9906fae9f4c1f344192fa4f12acb28638f6e9b0 /docs/_templates | |
parent | f78fb072c2d0a5807dd6e88c94e1b1c00c491c84 (diff) |
VNFRQTS - Updating Test Case text
Issue-ID: VNFRQTS-450
Change-Id: I368ddede947bf480fe76bf17ef7bd5916890d243
Signed-off-by: Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/layout.html | 19 |
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..ba05e82 --- /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/warning-header.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 %} |