summaryrefslogtreecommitdiffstats
path: root/opnfv-theme/sphinx_opnfv_theme/relations.html
diff options
context:
space:
mode:
authorSofia Wallin <sofia.wallin@ericsson.com>2018-04-23 15:18:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-23 15:18:56 +0000
commit98fa6c92ed1326896671e23dac2f470c96e471ca (patch)
tree4ed3a273d8ddc66d50fb4c39fa8fd7fdce7e957a /opnfv-theme/sphinx_opnfv_theme/relations.html
parentf39141858f45df25e7cb77a51442135cae33c52e (diff)
parentbd331b2451a17eaf5ed8f6fc8aa89f0499031c28 (diff)
Merge "Update OPNFV Sphinx Theme"
Diffstat (limited to 'opnfv-theme/sphinx_opnfv_theme/relations.html')
-rw-r--r--opnfv-theme/sphinx_opnfv_theme/relations.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/opnfv-theme/sphinx_opnfv_theme/relations.html b/opnfv-theme/sphinx_opnfv_theme/relations.html
new file mode 100644
index 000000000..5bad0b562
--- /dev/null
+++ b/opnfv-theme/sphinx_opnfv_theme/relations.html
@@ -0,0 +1,15 @@
+<center>
+<div class="btn-group" role="group" aria-label="...">
+ {% if prev %}
+ <a class="btn btn-default" href="{{ prev.link|e }}">Prev Page</a>
+ {% else %}
+ <button type="button" class="btn btn-default disabled">Prev Page</button>
+ {% endif %}
+
+ {% if next %}
+ <a class="btn btn-default" href="{{ next.link|e }}">Next Page</a>
+ {% else %}
+ <button type="button" class="btn btn-default disabled">Next Page</button>
+ {% endif %}
+</div>
+</center> \ No newline at end of file