Skip to content

Commit

Permalink
Merge pull request #189 from mitttens/master
Browse files Browse the repository at this point in the history
adds class=form-control to password field of view.login Thanks @mittens
  • Loading branch information
andrew13 committed Dec 23, 2013
2 parents 5f22399 + b0713b5 commit 3d5d955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="{{{ (Confide::checkAction('UserController@forgot_password')) ?: 'forgot' }}}">{{{ Lang::get('confide::confide.login.forgot_password') }}}</a>
</small>
</label>
<input tabindex="2" placeholder="{{{ Lang::get('confide::confide.password') }}}" type="password" name="password" id="password">
<input class="form-control" tabindex="2" placeholder="{{{ Lang::get('confide::confide.password') }}}" type="password" name="password" id="password">
</div>
<div class="form-group">
<label for="remember" class="checkbox">{{{ Lang::get('confide::confide.login.remember') }}}
Expand Down

0 comments on commit 3d5d955

Please sign in to comment.