Add message inbox link to mobile menu
This commit is contained in:
parent
d34774f4e5
commit
2a11bb208e
1 changed files with 5 additions and 1 deletions
|
|
@ -79,7 +79,11 @@
|
||||||
= link_to t('notifications.index.notifications'), notifications_path
|
= link_to t('notifications.index.notifications'), notifications_path
|
||||||
.ui-li-count
|
.ui-li-count
|
||||||
= @notification_count
|
= @notification_count
|
||||||
|
%li
|
||||||
|
= link_to t('conversations.index.message_inbox'), conversations_path
|
||||||
|
.ui-li-count
|
||||||
|
= @unread_message_count
|
||||||
|
|
||||||
%h4
|
%h4
|
||||||
= t('.your_aspects')
|
= t('.your_aspects')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue