diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-06 17:36:11 +0100 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2018-12-06 15:59:26 -0800 |
commit | ee5213093a084c2eb5fa97fb4bdea6019dda5cf5 (patch) | |
tree | fedcca21d531082c671750f2d86c43e2895f91ef /app/views/layouts/public.html.haml | |
parent | a78e3f2206ddaeeb3e6f1c23e4b524af29e92b04 (diff) |
Add profile directory (#9427)
Fix #5578
Diffstat (limited to 'app/views/layouts/public.html.haml')
-rw-r--r-- | app/views/layouts/public.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index fd5c67a99..ee49ed06c 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -5,6 +5,10 @@ .nav-left = link_to root_url, class: 'brand' do = image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon' + + = link_to t('directories.directory'), explore_path, class: 'nav-link' + = link_to t('about.about_this'), about_more_path, class: 'nav-link' + = link_to t('about.apps'), 'https://joinmastodon.org/apps', class: 'nav-link' .nav-center .nav-right - if user_signed_in? |