mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 00:36:04 -06:00
oc-theme edited profile page (profile, detail, password)
This commit is contained in:
parent
0c418fe2ad
commit
9279322b13
@ -469,6 +469,8 @@ return [
|
||||
'change_password' => 'Change Password',
|
||||
'choose_an_option' => 'Choose an option...',
|
||||
'change_status' => 'Change Status',
|
||||
'profile_settings' => 'Profile Settings',
|
||||
'profile_detail' => 'Profile Detail',
|
||||
|
||||
// Register page
|
||||
'accept_terms_label' => 'I accept the terms.',
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
</p>
|
||||
</span>
|
||||
<hr class="mt-2">
|
||||
<div class="profile-navigation-item">
|
||||
<a href="{{ url_route('profile::profile') }}"
|
||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile' ? ' active' : '' }}">
|
||||
{{ img('visiosoft.module.profile::images/social-media.svg').data|raw }}
|
||||
@ -47,6 +48,7 @@
|
||||
{{ img('visiosoft.module.profile::images/logout.svg').data|raw }}
|
||||
<p>{{ trans('visiosoft.theme.base::field.logout.name') }}</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="overlay"></div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user