06/15 Phase 3 codes
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
{% if current_user.is_authenticated %}
|
||||
<a href="{{ url_for('listings.create') }}">{{ _('Post') }}</a>
|
||||
<a href="{{ url_for('listings.mine') }}">{{ _('My listings') }}</a>
|
||||
<a href="{{ url_for('messaging.my_favorites') }}">{{ _('Saved') }}</a>
|
||||
<a href="{{ url_for('messaging.inbox') }}" class="msg-link">
|
||||
{{ _('Messages') }}
|
||||
{% if unread_count %}<span class="badge-count">{{ unread_count }}</span>{% endif %}
|
||||
</a>
|
||||
<span class="hi">{{ current_user.display_name }}</span>
|
||||
<a href="{{ url_for('auth.logout') }}">{{ _('Sign out') }}</a>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user