Merge branch 'develop' of https://github.com/stanjg/panel into feature/user-specific-language
This commit is contained in:
commit
3bb9e5e8a8
199 changed files with 2390 additions and 1179 deletions
|
@ -64,7 +64,7 @@
|
|||
<div class="box box-primary">
|
||||
<form action="{{ route('account') }}" method="POST">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">@lang('base.account.update_identitity')</h3>
|
||||
<h3 class="box-title">@lang('base.account.update_identity')</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
|
@ -106,7 +106,7 @@
|
|||
<div class="box-footer with-border">
|
||||
{!! csrf_field() !!}
|
||||
<input type="hidden" name="do_action" value="identity" />
|
||||
<button type="submit" class="btn btn-sm btn-primary">@lang('base.account.update_identitity')</button>
|
||||
<button type="submit" class="btn btn-sm btn-primary">@lang('base.account.update_identity')</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Reference in a new issue