Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erasaur committed Apr 28, 2015
1 parent dc6ac88 commit 239bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 class="logo"><a href="{{pathFor route='landing'}}">binary</a></h1>
</div>
<div class="landing-form-body">
{{> signupForm}}
<a href="{{pathFor route='login'}}" iclass="action-link">{{_ "already_have_account"}}</a>
<a href="{{pathFor route='login'}}" class="action-link">{{_ "already_have_account"}}</a>
</div>
</div>
</template>
Expand Down

0 comments on commit 239bca7

Please sign in to comment.