We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5cc84 commit c3dfb5dCopy full SHA for c3dfb5d
1 file changed
elements/prevnext.php
@@ -2,12 +2,12 @@
2
<@ newPagelist { type: 'siblings' } @>
3
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
4
<@ with next @>
5
- <a href="@{ url }" class="btn btn-neutral float-right" title="Changelog" accesskey="n" rel="next">
+ <a href="@{ url }" class="btn btn-neutral float-right" title="@{ title }" accesskey="n" rel="next">
6
@{ title } <b>⟶</b>
7
</a>
8
<@ end @>
9
<@ with prev @>
10
- <a href="@{ url }" class="btn btn-neutral float-left" title="Configuration" accesskey="p" rel="prev">
+ <a href="@{ url }" class="btn btn-neutral float-left" title="@{ title }" accesskey="p" rel="prev">
11
<b>⟵</b> @{ title }
12
13
0 commit comments