aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut/mailbox.html
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-12 00:40:23 +0100
committerSimon Ser <contact@emersion.fr>2020-02-12 00:40:23 +0100
commit6115ce7b1dfe77dbcc3c89a6c66ef8ddbdc4f696 (patch)
tree2f929c7206b168b795e5fff7839fada778d44e07 /themes/sourcehut/mailbox.html
parent30a26051aae3b6edc9dc4ee115d47b3febc625b1 (diff)
downloadalps-6115ce7b1dfe77dbcc3c89a6c66ef8ddbdc4f696.tar.gz
alps-6115ce7b1dfe77dbcc3c89a6c66ef8ddbdc4f696.zip
themes/sourcehut: add CardDAV templates, improve nav
Diffstat (limited to 'themes/sourcehut/mailbox.html')
-rw-r--r--themes/sourcehut/mailbox.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html
index b53f8bd..313b89d 100644
--- a/themes/sourcehut/mailbox.html
+++ b/themes/sourcehut/mailbox.html
@@ -11,14 +11,11 @@
<a
class="nav-link active"
href="/mailbox/{{.Mailbox.Name | pathescape }}"
- >Mail</a>
+ >Messages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/compose">Compose</a>
</li>
- <li class="nav-item">
- <a class="nav-link" href="/settings">Settings</a>
- </li>
</ul>
</div>
</div>
@@ -46,7 +43,7 @@
<div class="nav flex-column">
<form method="get" action="">
<input type="text" name="query" value="{{.Query}}"
- class="form-control" placeholder="Search">
+ class="form-control" placeholder="Search" autofocus>
</form>
</div>