projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6341b22
)
Don't list "with comments" docs for test versions.
author
Dave Page
<dpage@pgadmin.org>
Thu, 2 Jul 2015 14:21:15 +0000
(15:21 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Thu, 2 Jul 2015 14:21:15 +0000
(15:21 +0100)
templates/docs/manuals.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/docs/manuals.html
b/templates/docs/manuals.html
index c15b6874381416eb9817ca6470c56793741faf83..8100240ec46370e173b4e400d9de16aaa9a156ec 100644
(file)
--- a/
templates/docs/manuals.html
+++ b/
templates/docs/manuals.html
@@
-17,7
+17,7
@@
<td class="colFirst">{{v.treestring}}</td>
<td class="colMid">
<ul>
- <li><a href="/docs/{{v.tree}}/interactive/index.html">With user comments</a></li>
+ {%if not v.testing%}<li><a href="/docs/{{v.tree}}/interactive/index.html">With user comments</a></li>{% endif %}
<li><a href="/docs/{{v.tree}}/static/index.html">Without user comments</a></li>
</ul>
</td>