mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
user profile design pyro'ya aktarılması edited
This commit is contained in:
parent
b12d988206
commit
21f6c39405
@ -90,8 +90,7 @@
|
||||
<p class="mb-0 mr-4">
|
||||
{{ trans('visiosoft.module.profile::message.disable_account') }}
|
||||
</p>
|
||||
<a type="button" class="btn btn-danger text-white"
|
||||
onclick="window.location.href='/profile/closeAccount'">
|
||||
<a href="{{ url_route("visiosoft.module.profile::profile_close_account") }}" class="btn btn-danger text-white">
|
||||
{{ trans("visiosoft.module.profile::field.disable_account.name") }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -94,7 +94,10 @@ class ProfileModuleServiceProvider extends AddonServiceProvider
|
||||
'profile/class/status/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@statusAds',
|
||||
'profile/class/extendTime/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@extendAds',
|
||||
'profile/message/show/{id}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@showMessage',
|
||||
'profile/closeAccount' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@disableAccount',
|
||||
'profile/close-account' => [
|
||||
'as' => 'visiosoft.module.profile::profile_close_account',
|
||||
'uses' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@disableAccount'
|
||||
],
|
||||
'profile/notification' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@notification',
|
||||
'ajax/update-user-info' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@updateAjaxProfile',
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user