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">
|
||||
<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">Registered By</th>
|
||||
if canRemove {
|
||||
<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>
|
||||
</td>
|
||||
<td class="px-4 py-3 text-sm text-subtext0">
|
||||
if fa.RegisteredBy != nil {
|
||||
{ fa.RegisteredBy.Username }
|
||||
}
|
||||
</td>
|
||||
if canRemove {
|
||||
<td class="px-4 py-3 text-right">
|
||||
<form
|
||||
|
||||
Reference in New Issue
Block a user