Skip to content

Commit

Permalink
Remove forgot password link and fix save icon
Browse files Browse the repository at this point in the history
  • Loading branch information
madd15 committed Mar 25, 2015
1 parent 7f2ccc8 commit d952a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/frontend/account/change-email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
<label class="col-md-2 control-label"></label>
<div class="col-md-7">
<a class="btn btn-link" href="{{ route('view-assets') }}">@lang('button.cancel')</a>
<button type="submit" class="btn btn-success"><i class="fa fa-ok icon-white"></i> @lang('general.save')</button>
<a href="{{ route('forgot-password') }}" class="btn btn-link">I forgot my password</a>
<button type="submit" class="btn btn-success"><i class="fa fa-check icon-white"></i> @lang('general.save')</button>
</div>
</div>

Expand Down

0 comments on commit d952a11

Please sign in to comment.