Remove forgot password link and fix save icon
This commit is contained in:
@@ -60,10 +60,9 @@ Change your Password
|
||||
<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>
|
||||
|
||||
</form>
|
||||
@stop
|
||||
@stop
|
||||
|
||||
Reference in New Issue
Block a user