summaryrefslogtreecommitdiff
path: root/views/dashboard.php
diff options
context:
space:
mode:
authorMartijn van der Ven <martijn@vanderven.se>2019-10-20 09:30:33 +0200
committerMartijn van der Ven <martijn@vanderven.se>2019-10-20 09:30:33 +0200
commitd6e03455453e83768b53dc23379680f6ef83abca (patch)
treec19717b1ef0f58211c645dfac0c60f02843ef066 /views/dashboard.php
parent6c7a254f6b152b6dc2c68554de2bfb52d9ecdffb (diff)
Add new weight posting interface
Diffstat (limited to 'views/dashboard.php')
-rw-r--r--views/dashboard.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/dashboard.php b/views/dashboard.php
index 7b8af63..e2b5963 100644
--- a/views/dashboard.php
+++ b/views/dashboard.php
@@ -18,6 +18,9 @@
<?php if(supports_post_type($this->user, 'like')): ?>
<li><a href="/favorite">👍</a></li>
<?php endif; ?>
+ <?php if(supports_post_type($this->user, 'weight')): ?>
+ <li><a href="/weight">⚖️</a></li>
+ <?php endif; ?>
<?php if(supports_post_type($this->user, 'repost')): ?>
<li><a href="/repost">♺</a></li>
<?php endif; ?>