Skip to content

Commit

Permalink
remove spurious ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 30, 2014
1 parent 468b347 commit 8b1978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/views/directives/loginbar.jade
Expand Up @@ -4,7 +4,7 @@ ul.nav.navbar-nav.navbar-right(ng-show="config.auth.name != 'noauth'")
| Anonymous
b.caret
ul.dropdown-menu(style="padding:17px;")
form(role='login', ng-hide="config.auth.oauth2"))
form(role='login', ng-hide="config.auth.oauth2")
| Login:
.form-group
input(type='text', placeholder='username', ng-model="username")
Expand Down

0 comments on commit 8b1978f

Please sign in to comment.