diff farol/templates/base.j2 @ 8:2ce3676c9b2e

Ease the import of new documents
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 25 Sep 2014 17:49:43 +0200
parents 8f41bb7f4681
children 4219d6fb4c38
line wrap: on
line diff
--- a/farol/templates/base.j2	Thu Sep 25 17:03:35 2014 +0200
+++ b/farol/templates/base.j2	Thu Sep 25 17:49:43 2014 +0200
@@ -98,7 +98,7 @@
           <li class="dropdown">
             <a href="#" class="dropdown-toggle" data-toggle="dropdown">Cache <span class="caret"></span></a>
             <ul class="dropdown-menu" role="menu">
-              {% for element in cache | sort %}<li><a href="{{ url_for('load', element=element)}}">{{ element | capitalize }}</a></li>{% endfor %}
+              {% for element in cache | sort %}<li><a href="{{ url_for('load', element=element)}}">{{ element }}</a></li>{% endfor %}
             </ul>
           </li>
         </ul>
@@ -128,7 +128,7 @@
     <div class="text-center">
       <span class="text-muted">Copyright &copy; 2014 Greenbone Networks GmbH</span>
       |
-      <span><a href="{{ url_for('about') }}">About ...</a></span>
+      <span><a href="{{ url_for('about') }}">About Farol</a></span>
     </div>
     <a href="http://greenbone.net/" id="greenbone" class="logo_img text-hide center-block">Greenbone Networks GmbH</a>
   </footer>

http://farol.wald.intevation.org