mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
update: remove redundant group from interna and staff pages
The group is already included in the heading.
This commit is contained in:
@@ -45,9 +45,3 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.user-card__group {
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -30,9 +30,6 @@
|
||||
{{ $user->username }}
|
||||
</h3>
|
||||
<i class="fal {{ $user->group->icon }} user-card__icon"></i>
|
||||
<p class="user-card__group">
|
||||
{{ __('page.staff-group') }}: {{ $internal->name }}
|
||||
</p>
|
||||
@if ($user->title !== null)
|
||||
<p class="user-card__title">
|
||||
{{ __('page.staff-title') }}: {{ $user->title }}
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
{{ $user->username }}
|
||||
</h3>
|
||||
<i class="fal {{ $user->group->icon }} user-card__icon"></i>
|
||||
<p class="user-card__group">
|
||||
{{ __('page.staff-group') }}: {{ $group->name }}
|
||||
</p>
|
||||
@if ($user->title !== null)
|
||||
<p class="user-card__title">
|
||||
{{ __('page.staff-title') }}: {{ $user->title }}
|
||||
|
||||
Reference in New Issue
Block a user