From dddfb50c455a6fcd47e7fc2d7c4b3c13914df134 Mon Sep 17 00:00:00 2001 From: Daniel Weigh Date: Thu, 6 Feb 2014 08:07:31 -0500 Subject: [PATCH] VRFS-1012 Fix band profile navigation. forgot a file --- web/app/assets/javascripts/header.js | 2 +- web/app/views/clients/_screen_navigation.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/assets/javascripts/header.js b/web/app/assets/javascripts/header.js index 02575410f..76c334944 100644 --- a/web/app/assets/javascripts/header.js +++ b/web/app/assets/javascripts/header.js @@ -94,7 +94,7 @@ function events() { $('body').on('click', 'div[layout="header"] h1', function() { - context.location = '#/home'; + context.location = '/client#/home'; }); $('#account-identity-form').submit(handleIdentitySubmit); diff --git a/web/app/views/clients/_screen_navigation.html.erb b/web/app/views/clients/_screen_navigation.html.erb index 230e076a6..1fbc7ad75 100644 --- a/web/app/views/clients/_screen_navigation.html.erb +++ b/web/app/views/clients/_screen_navigation.html.erb @@ -1,6 +1,6 @@
- <%= image_tag "content/icon_home.png", {:width => 20, :height => 15} %> + <%= image_tag "content/icon_home.png", {:width => 20, :height => 15} %>