diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-03-16 09:24:52 -0400 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-03-16 09:24:52 -0400 |
commit | c62c5205ac7df0dd6b3f47c0ab8376c5c2bfb94b (patch) | |
tree | 68ffe1a8a0acf0c90746aeb9e405f0707d619cfc /views/dashboard.php | |
parent | bcb6300ce5bf9b312d3bf32a0c17508ecc802f91 (diff) |
crude UI for creating events
Diffstat (limited to 'views/dashboard.php')
-rw-r--r-- | views/dashboard.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/dashboard.php b/views/dashboard.php index 3c29f92..49baf8c 100644 --- a/views/dashboard.php +++ b/views/dashboard.php @@ -4,6 +4,7 @@ <ul style="margin-top: 1em;"> <li><a href="/editor">Editor</a></li> <li><a href="/new">Note</a></li> + <li><a href="/event">Event</a></li> <li><a href="/bookmark">Bookmark</a></li> <li><a href="/favorite">Favorite</a></li> <li><a href="/repost">Repost</a></li> |