aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/bookmarks.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/bookmarks.html')
-rw-r--r--src/web/templates/bookmarks.html10
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>&nbsp;&nbsp;{{ tag }}
+ {% endif %}
+ {% if query %}
+ <span class="glyphicon glyphicon-search" aria-hidden="true"></span>&nbsp;&nbsp;{{ 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" />
bgstack15