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

Commit

Permalink
Update header.client.view.html
Browse files Browse the repository at this point in the history
Correct spelling
  • Loading branch information
Squ34k3rZ authored and Squ34k3rZ committed Jun 5, 2014
1 parent 9db5e71 commit 83ceb27
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 83ceb27

Please sign in to comment.