diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/web/templates/layout.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 202f6854..26cd91b7 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -47,6 +47,15 @@ {% endif %} <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + <div><span class="glyphicon glyphicon-bookmark"></span></div> + </a> + <ul class="dropdown-menu"> + <li><a href="{{ url_for('bookmarks.list') }}">{{ _('Your bookmarks') }}</a></li> + <li><a href="{{ url_for('bookmark.form') }}">{{ _('Add a new bookmark') }}</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <div><span class="glyphicon glyphicon-plus-sign"></span> {{ _('Add a new feed') }}</div> </a> <ul class="dropdown-menu"> |