summaryrefslogtreecommitdiffstats
path: root/templates/base.rs.html
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-06-12 10:18:42 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-06-12 10:18:42 +0100
commit33af90c9cebe74d2ded38abdec1d6739ed91e6c6 (patch)
treebb1acb0abd30f9865d203148134dfe81a929a816 /templates/base.rs.html
parent04e2740c6f0fd9f1a88429c6df4a212f2f27bb39 (diff)
downloadpinussy-main.tar.gz
pinussy-main.tar.bz2
pinussy-main.zip
Diffstat (limited to 'templates/base.rs.html')
-rw-r--r--templates/base.rs.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.rs.html b/templates/base.rs.html
index 434eb47..84d6a32 100644
--- a/templates/base.rs.html
+++ b/templates/base.rs.html
@@ -16,6 +16,7 @@
<body>
<nav>
@if let Some(username) = user {
+ <a href="/pin/new">create pin</a>
<form action="/logout" method="post">
<button type="submit">logout @username</button>
</form>