From aa2fd8abcf63b1fffcac5da589174838e537ba1d Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Mon, 24 Oct 2011 11:34:17 -0700 Subject: [PATCH] make stream link to home icon --- app/views/layouts/_header.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index ddaf669be..84b69d7df 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -23,7 +23,7 @@ #nav_badges #home_badge.badge - = link_to aspects_path, :title => t('_home') do + = link_to multi_path, :title => t('_home') do = image_tag 'icons/home_grey.svg', :height => 16, :alt => t('_home') #notification_badge.badge