aboutsummaryrefslogtreecommitdiff
path: root/themes/sourcehut
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-12 21:13:51 +0100
committerSimon Ser <contact@emersion.fr>2020-02-12 21:14:18 +0100
commitc4ff33e64522f9662f5356d96b3d68f17764b84a (patch)
tree01c3eeb0b311373841bdf8c996c976d6a4f3eb5f /themes/sourcehut
parente24e20e528faa4a80c3281811f004b0388f4500b (diff)
downloadalps-c4ff33e64522f9662f5356d96b3d68f17764b84a.tar.gz
alps-c4ff33e64522f9662f5356d96b3d68f17764b84a.zip
plugins/carddav: add page to create new contact
Diffstat (limited to 'themes/sourcehut')
-rw-r--r--themes/sourcehut/address-book.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/sourcehut/address-book.html b/themes/sourcehut/address-book.html
index 2df65c1..666e08a 100644
--- a/themes/sourcehut/address-book.html
+++ b/themes/sourcehut/address-book.html
@@ -5,6 +5,14 @@
<div class="row">
<div class="col-md-12 header-tabbed">
<h2>Contacts</h2>
+ <ul class="nav nav-tabs">
+ <li class="nav-item">
+ <a class="nav-link active" href="/contacts">Contacts</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="/contacts/create">Create contact</a>
+ </li>
+ </ul>
</div>
</div>
</div>