mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-24 13:39:20 -05:00
add: Invite tree link for Invited by key in user profiles
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
@section('main')
|
||||
<section class="panelV2">
|
||||
<h2 class="panel__heading">Invite tree</h2>
|
||||
<h2 class="panel__heading">{{ __('user.invite-tree') }}</h2>
|
||||
<div class="data-table-wrapper">
|
||||
<table class="data-table">
|
||||
<thead>
|
||||
|
||||
@@ -1010,7 +1010,11 @@
|
||||
</h2>
|
||||
<dl class="key-value">
|
||||
<div class="key-value__group">
|
||||
<dt>{{ __('user.invited-by') }}</dt>
|
||||
<dt>
|
||||
<a href="{{ route('users.invite_tree.index', ['user' => $user]) }}">
|
||||
{{ __('user.invited-by') }}
|
||||
</a>
|
||||
</dt>
|
||||
<dd>
|
||||
@if ($invitedBy)
|
||||
<x-user-tag :user="$invitedBy->sender" :anon="false" />
|
||||
|
||||
Reference in New Issue
Block a user