Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #586 from cdriscol/remove-target-on-signin
Browse files Browse the repository at this point in the history
Remove targets on signin and signup anchors
  • Loading branch information
lirantal committed Jun 9, 2015
2 parents b1d95e0 + 2a3516e commit 6003085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/client/views/header.client.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
</ul>
<ul class="nav navbar-nav navbar-right" data-ng-hide="authentication.user">
<li data-ui-sref-active="active">
<a data-ui-sref="authentication.signup" target="_self">Sign Up</a>
<a data-ui-sref="authentication.signup">Sign Up</a>
</li>
<li class="divider-vertical"></li>
<li data-ui-sref-active="active">
<a data-ui-sref="authentication.signin" target="_self">Sign In</a>
<a data-ui-sref="authentication.signin">Sign In</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right" data-ng-show="authentication.user">
Expand Down

0 comments on commit 6003085

Please sign in to comment.