Skip to content

Commit

Permalink
Merge pull request #34 from Tantacula/patch-1
Browse files Browse the repository at this point in the history
Typo in login.blade.php
  • Loading branch information
gravitano committed Jun 11, 2015
2 parents 01375ab + 72d8460 commit 65236a7
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 @@ -30,7 +30,7 @@
<input type="password" name="password" class="form-control" placeholder="Password"/>
</div>
<div class="form-group checkbox" style="margin-left:20px;">
<input type="checkbox" name="rememner" value="1" /> Remember me
<input type="checkbox" name="remember" value="1" /> Remember me
</div>
</div>
<div class="footer">
Expand Down

0 comments on commit 65236a7

Please sign in to comment.