diff options
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/bookmarks.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 33a35252..66c6df52 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -16,7 +16,15 @@ </div> <br /> <div class="row"> - <div class="col-md-12 text-right"> + <div class="col-md-6"> + {% if tag %} + <span class="glyphicon glyphicon-tags" aria-hidden="true"></span> {{ tag }} + {% endif %} + {% if query %} + <span class="glyphicon glyphicon-search" aria-hidden="true"></span> {{ query }} + {% endif %} + </div> + <div class="col-md-6 text-right"> <form method="GET"> <div class="form-inline"> <input type="text" name="query" class="form-control" /> |