Skip to content

Commit

Permalink
Fixed layout for remember me button
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Feb 28, 2015
1 parent 2d5e9b6 commit 7047af4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/views/frontend/auth/signin.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
</div>
</div>

<div class="field-box">
<label class="col-md-3 control-label checkbox-inline"></label>
<input type="checkbox" name="remember-me" id="remember-me" value="1" /> Remember me
</label>
</div>
<div class="checkbox col-md-offset-3">
<label>
{{ Form::checkbox('remember-me', '1', Input::old('remember-me')) }}
Remember me
</label>
</div>

<!-- Form actions -->
<div class="form-group">
Expand Down

0 comments on commit 7047af4

Please sign in to comment.