diff options
author | Thomas Citharel <thomas.citharet@gmail.com> | 2013-09-08 21:26:30 +0200 |
---|---|---|
committer | Thomas Citharel <thomas.citharet@gmail.com> | 2013-09-08 21:26:30 +0200 |
commit | d5ce28df67fcddfb957ce28424f3e5751f433695 (patch) | |
tree | 1a2f434a69549c5e7b6e34b50ccb3750eb1ddb86 /tpl/_menu.twig | |
parent | 693b3f86776ae236d69ac6ed085b5e46b9054642 (diff) | |
download | wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.tar.gz wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.tar.zst wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.zip |
Fixed bugs due to migration
Diffstat (limited to 'tpl/_menu.twig')
-rw-r--r-- | tpl/_menu.twig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/_menu.twig b/tpl/_menu.twig index 8341c49c..b39ce35f 100644 --- a/tpl/_menu.twig +++ b/tpl/_menu.twig | |||
@@ -3,7 +3,6 @@ | |||
3 | <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> | 3 | <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> |
4 | <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> | 4 | <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> |
5 | <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> | 5 | <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> |
6 | <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> | ||
7 | <li><a id="addurlbutton" onclick="showinput();" href="#" title="{% trans "addlink" %}">{% trans "addlink" %}</a></li> | 6 | <li><a id="addurlbutton" onclick="showinput();" href="#" title="{% trans "addlink" %}">{% trans "addlink" %}</a></li> |
8 | <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> | 7 | <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> |
9 | </ul> | 8 | </ul> |