diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 09804b4..68eeef0 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -15,8 +15,23 @@ $# . $maybe (Entity _pid person, verified, sharer, unread) <- mperson
$if verified - You are logged in as #{personLogin person}. - Log out. + + [You are logged in as #{personLogin person}] + + + [📥 Inbox] + + + [📤 Outbox] + + + [🐤 Followers] + + + [📣 Publish an activity] + + + [🚪 Log out] $else You are logged in as #{personLogin person} (unverified). If you haven't received a verification link by email, you can ask to diff --git a/templates/personal-overview.hamlet b/templates/personal-overview.hamlet index 8b25fe7..2756f55 100644 --- a/templates/personal-overview.hamlet +++ b/templates/personal-overview.hamlet @@ -18,6 +18,9 @@ $# . and so on.