Add directory localization options

This commit is contained in:
2020-09-01 18:49:08 +01:00
parent 1e2f331778
commit ca3a06f248
3 changed files with 60 additions and 30 deletions

View File

@@ -48,7 +48,7 @@
<div class="user-indicator mb-2">
<span class="badge badge-success">It's you!</span>
<span class="badge badge-success">{{__('messages.user.directory.itsyou')}}</span>
</div>
@@ -64,7 +64,7 @@
</div>
<button type="button" class="btn btn-sm btn-primary" onclick="window.location.href='{{ route('showSingleProfile', ['user' => $user->id]) }}'"><i class="fa fa-eye"></i> Profile</button>
<button type="button" class="btn btn-sm btn-primary" onclick="window.location.href='{{ route('showSingleProfile', ['user' => $user->id]) }}'"><i class="fa fa-eye"></i> {{__('messages.profile.profile')}}</button>
</div>
</div>
@@ -98,7 +98,7 @@
<div class="alert alert-danger">
<p>
You do not have permission to view this page.
{{__('messages.component_nopermission')}}
</p>
</div>