Skip to content

Commit

Permalink
Merge pull request #24 from pmsipilot/fix_homme_button
Browse files Browse the repository at this point in the history
fixing home button
  • Loading branch information
wixyvir authored Nov 10, 2016
2 parents ef7bba8 + 9e0135f commit 1bc3306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ul>
</div>
<div class="navbar-header">
<a href="#" data-toggle="tooltip" data-placement="bottom" title="{{ 'RETURN_HOME'|translate }}"><img class="logo" src="img/demo-instance-72.png" alt="Logo Demo-instance"></a>
<a href="#/" data-toggle="tooltip" data-placement="bottom" title="{{ 'RETURN_HOME'|translate }}"><img class="logo" src="img/demo-instance-72.png" alt="Logo Demo-instance"></a>
</div>
<h1>{{ app_title }}</h1>
</nav>
Expand Down

0 comments on commit 1bc3306

Please sign in to comment.