diff options
author | Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com> | 2018-10-15 18:27:37 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com> | 2018-10-15 18:27:37 +0000 |
commit | 823a89d5af7d62080b26ad1f2ea77f5bd263fca7 (patch) | |
tree | eaf29e895beb9a6dbac75d992689242e17ac4e12 /_templates | |
parent | 24473b7670c118829150233eb11b5fbc835b3d14 (diff) |
VNFRQTS - Updating local build
Issue-ID: VNFRQTS-463
Change-Id: I9647def5cb761fa608e0355ac79babf80baeee45
Signed-off-by: Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/layout.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/_templates/layout.html b/_templates/layout.html new file mode 100644 index 0000000..5784529 --- /dev/null +++ b/_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 %} |