Make edit button in game list a link to allow opening in new tab
parent
4bbeb3d891
commit
c028b4d5d9
|
@ -30,7 +30,7 @@
|
|||
<Button OnClick="() => ViewSaves(context)">Saves</Button>
|
||||
</SpaceItem>
|
||||
<SpaceItem>
|
||||
<Button OnClick="() => Edit(context)">Edit</Button>
|
||||
<a href="/Games/@(context.Id)/Edit" class="ant-btn ant-btn-primary">Edit</a>
|
||||
</SpaceItem>
|
||||
<SpaceItem>
|
||||
<Popconfirm OnConfirm="() => Delete(context)" Title="Are you sure you want to delete this game?">
|
||||
|
|
Loading…
Reference in New Issue