VRFS-1012 Fix band profile navigation.

forgot a file
This commit is contained in:
Daniel Weigh 2014-02-06 08:07:31 -05:00
parent 77e7b60ca5
commit dddfb50c45
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
<!-- section navigation -->
<div class="content-nav">
<a href="#/home" class="home-icon"><%= image_tag "content/icon_home.png", {:width => 20, :height => 15} %></a>
<a href="/client#/home" class="home-icon"><%= image_tag "content/icon_home.png", {:width => 20, :height => 15} %></a>
<a class="arrow-left" href="#"></a>
<a class="arrow-right op50" href="#"></a>
</div>