Add message inbox link to mobile menu

This commit is contained in:
= 2011-05-10 12:08:05 -05:00
parent d34774f4e5
commit 2a11bb208e

View file

@ -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')