diff options
author | Rich Bennett <rb2745@att.com> | 2018-09-18 20:29:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 20:29:20 +0000 |
commit | 07f71c372948c1f90a26a286830cda049a6025c4 (patch) | |
tree | f40da7f79fb57bfcf6604f4e847b5839adfd6aed /docs/_templates/layout.html | |
parent | 52df67d2bce2c6cecae4738cc2d148156174fe62 (diff) | |
parent | 317d81a4037edb5cc11f03de92e330d0b05a4435 (diff) |
Merge "Switch theme and add report issue"
Diffstat (limited to 'docs/_templates/layout.html')
-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 000000000..ba05e829f --- /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 %} |