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 #90 from Squ34k3rZ/patch-1
Browse files Browse the repository at this point in the history
Update header.client.view.html
  • Loading branch information
amoshaviv committed Jun 11, 2014
2 parents d0c553d + 83ceb27 commit 9da3bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/modules/core/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 ui-route="/signup" ng-class="{active: $uiRoute}">
<a href="/#!/signup">Signup</a>
<a href="/#!/signup">Sign Up</a>
</li>
<li class="divider-vertical"></li>
<li ui-route="/signin" ng-class="{active: $uiRoute}">
<a href="/#!/signin">Signin</a>
<a href="/#!/signin">Sign In</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right" data-ng-show="authentication.user">
Expand All @@ -55,4 +55,4 @@
</li>
</ul>
</nav>
</div>
</div>

0 comments on commit 9da3bc8

Please sign in to comment.