aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut/mailbox.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-12-25 19:34:24 +0100
committerSimon Ser <contact@emersion.fr>2019-12-25 19:34:24 +0100
commit3d9ddc05beb35e10af9340e04fca8606dd116892 (patch)
treeb6df409d74431c2172914be02d750d1658eabd5c /themes/sourcehut/mailbox.html
parentd36ec520aa39eae7d481534795dec2ad478eaf4c (diff)
downloadalps-3d9ddc05beb35e10af9340e04fca8606dd116892.tar.gz
alps-3d9ddc05beb35e10af9340e04fca8606dd116892.zip
themes/sourcehut: add search input to mailbox view
Diffstat (limited to 'themes/sourcehut/mailbox.html')
-rw-r--r--themes/sourcehut/mailbox.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html
index 01584b2..315e344 100644
--- a/themes/sourcehut/mailbox.html
+++ b/themes/sourcehut/mailbox.html
@@ -40,6 +40,13 @@
</ul>
</div>
<div class="col-md-10 messages-column">
+ <div class="nav flex-column">
+ <form method="get" action="">
+ <input type="text" name="query" value="{{.Query}}"
+ class="form-control" placeholder="Search">
+ </form>
+ </div>
+
{{if .Messages}}
<ul class="nav flex-column">
{{range .Messages}}