Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2550 from vhpoet/release
Browse files Browse the repository at this point in the history
[TASK] Remove the sign up button
  • Loading branch information
vhpoet committed Jun 30, 2015
2 parents 65e9935 + 0886994 commit 1de5ff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/tabs/login.jade
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ section.col-xs-12.content(ng-controller="LoginCtrl")
span.error(ng-bind="message")
form(name='loginForm' action='{{authAction}}')
.submit-btn-container
button.btn.btn-submit.btn-block.btn-success#registerBtn(type="submit" ng-click="submitForm('register')")
span(l10n) Sign Up
button.btn.btn-submit.btn-block.btn-success#loginBtn(type="submit" ng-click="submitForm('login')")
span(l10n) Sign In
input(name='redirect_to', type='hidden', value='{{redirectTo}}')
Expand Down

0 comments on commit 1de5ff4

Please sign in to comment.