Add user follows to following feed
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<a href="/profile">{{ _('Mein Profil') }}</a>
|
||||
<a href="/messages">{{ _('Nachrichten') }}{% if user.notification_count %} <span class="metal-notification" title="{{ _('Neue Nachrichten oder Anfragen') }}" aria-label="{{ _('Neue Nachrichten oder Anfragen') }}">🤘<b>{{ user.notification_count }}</b></span>{% endif %}</a>
|
||||
<a href="/diary">{{ _('Konzerttagebuch') }}</a>
|
||||
<a href="/following">{{ _('Gefolgte Bands & Locations') }}</a>
|
||||
<a href="/following">{{ _('Gefolgte Inhalte') }}</a>
|
||||
{% if user.is_admin %}<a href="/admin">{{ _('⚙️ Verwaltung') }}</a>{% endif %}
|
||||
<a href="/datenschutz">{{ _('Datenschutz') }}</a>
|
||||
<a href="/impressum">{{ _('Impressum') }}</a>
|
||||
|
||||
Reference in New Issue
Block a user