parent
77e7b60ca5
commit
dddfb50c45
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue