Skip to content

Commit

Permalink
fix: add region name to shop infos
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jul 10, 2024
1 parent 0ed1bd4 commit e6deb51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions darkstat/front/shared.templ
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ templ GoodAtBaseSharedT(is_commodity ShowAsCommodity) {
<tr class="flexed-tr">
<th style="width:150px;">Base</th>
<th style="width:150px;">Faction</th>
<th style="width:50px;">Region</th>
<th style="width:100px;">System</th>
<th style="width:25px;">
@MultiLinestring([]string{"Nav", "Map"})
Expand Down Expand Up @@ -448,6 +449,9 @@ templ GoodAtBaseInfoT(name string, base_infos []*configs_export.GoodAtBase, is_c
<td>
@WriteFactioName(base_info.FactionName)
</td>
<td>
@WriteRegionName(base_info.Region)
</td>
<td>
@WriteSystemName(base_info.SystemName)
</td>
Expand Down

0 comments on commit e6deb51

Please sign in to comment.