diff options
author | Simon Ser <contact@emersion.fr> | 2020-02-12 21:13:51 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-02-12 21:14:18 +0100 |
commit | c4ff33e64522f9662f5356d96b3d68f17764b84a (patch) | |
tree | 01c3eeb0b311373841bdf8c996c976d6a4f3eb5f /plugins/carddav/public/address-book.html | |
parent | e24e20e528faa4a80c3281811f004b0388f4500b (diff) | |
download | alps-c4ff33e64522f9662f5356d96b3d68f17764b84a.tar.gz alps-c4ff33e64522f9662f5356d96b3d68f17764b84a.zip |
plugins/carddav: add page to create new contact
Diffstat (limited to 'plugins/carddav/public/address-book.html')
-rw-r--r-- | plugins/carddav/public/address-book.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/carddav/public/address-book.html b/plugins/carddav/public/address-book.html index f521564..3c31017 100644 --- a/plugins/carddav/public/address-book.html +++ b/plugins/carddav/public/address-book.html @@ -3,7 +3,7 @@ <h1>koushin</h1> <p> - <a href="/">Back</a> + <a href="/">Back</a> ยท <a href="/contacts/create">Create new contact</a> </p> <h2>Contacts: {{.AddressBook.Name}}</h2> |