mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -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">
|
<p class="mb-0 mr-4">
|
||||||
{{ trans('visiosoft.module.profile::message.disable_account') }}
|
{{ trans('visiosoft.module.profile::message.disable_account') }}
|
||||||
</p>
|
</p>
|
||||||
<a type="button" class="btn btn-danger text-white"
|
<a href="{{ url_route("visiosoft.module.profile::profile_close_account") }}" class="btn btn-danger text-white">
|
||||||
onclick="window.location.href='/profile/closeAccount'">
|
|
||||||
{{ trans("visiosoft.module.profile::field.disable_account.name") }}
|
{{ trans("visiosoft.module.profile::field.disable_account.name") }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -94,7 +94,10 @@ class ProfileModuleServiceProvider extends AddonServiceProvider
|
|||||||
'profile/class/status/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@statusAds',
|
'profile/class/status/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@statusAds',
|
||||||
'profile/class/extendTime/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@extendAds',
|
'profile/class/extendTime/{id},{type}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@extendAds',
|
||||||
'profile/message/show/{id}' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@showMessage',
|
'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',
|
'profile/notification' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@notification',
|
||||||
'ajax/update-user-info' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@updateAjaxProfile',
|
'ajax/update-user-info' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@updateAjaxProfile',
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user