removed "registered by" field for free agents
This commit is contained in:
@@ -45,7 +45,6 @@ templ SeasonLeagueFreeAgents(season *db.Season, league *db.League, freeAgents []
|
|||||||
<thead class="bg-mantle border-b border-surface1">
|
<thead class="bg-mantle border-b border-surface1">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="px-4 py-3 text-left text-sm font-semibold text-text">Player</th>
|
<th class="px-4 py-3 text-left text-sm font-semibold text-text">Player</th>
|
||||||
<th class="px-4 py-3 text-left text-sm font-semibold text-text">Registered By</th>
|
|
||||||
if canRemove {
|
if canRemove {
|
||||||
<th class="px-4 py-3 text-right text-sm font-semibold text-text">Actions</th>
|
<th class="px-4 py-3 text-right text-sm font-semibold text-text">Actions</th>
|
||||||
}
|
}
|
||||||
@@ -62,11 +61,6 @@ templ SeasonLeagueFreeAgents(season *db.Season, league *db.League, freeAgents []
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="px-4 py-3 text-sm text-subtext0">
|
|
||||||
if fa.RegisteredBy != nil {
|
|
||||||
{ fa.RegisteredBy.Username }
|
|
||||||
}
|
|
||||||
</td>
|
|
||||||
if canRemove {
|
if canRemove {
|
||||||
<td class="px-4 py-3 text-right">
|
<td class="px-4 py-3 text-right">
|
||||||
<form
|
<form
|
||||||
|
|||||||
Reference in New Issue
Block a user