From 2a11bb208ee11048df0b1fae40e14fdc8c69eed9 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 10 May 2011 12:08:05 -0500 Subject: [PATCH] Add message inbox link to mobile menu --- app/views/layouts/application.mobile.haml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 5e260ff9f..85ef0d523 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -79,7 +79,11 @@ = link_to t('notifications.index.notifications'), notifications_path .ui-li-count = @notification_count - + %li + = link_to t('conversations.index.message_inbox'), conversations_path + .ui-li-count + = @unread_message_count + %h4 = t('.your_aspects')