Don't list "with comments" docs for test versions.
authorDave Page <dpage@pgadmin.org>
Thu, 2 Jul 2015 14:21:15 +0000 (15:21 +0100)
committerDave Page <dpage@pgadmin.org>
Thu, 2 Jul 2015 14:21:15 +0000 (15:21 +0100)
templates/docs/manuals.html

index c15b6874381416eb9817ca6470c56793741faf83..8100240ec46370e173b4e400d9de16aaa9a156ec 100644 (file)
@@ -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>