Skip to content

Commit 5f8eac3

Browse files
committed
Link to create new hazard info
1 parent 4ff428b commit 5f8eac3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • admin/TwoWeeksReady.Admin/Pages/HazardInfos

admin/TwoWeeksReady.Admin/Pages/HazardInfos/List.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@if (_HazardInfos != null && _HazardInfos.Any())
77
{
88

9-
<table>
9+
<table class="table table-bordered">
1010
<thead>
1111
<tr>
1212
<th>Name</th>
@@ -27,6 +27,7 @@
2727
</tbody>
2828

2929
</table>
30+
<a class="btn btn-primary" href="/HazardInfos/new">Add New Hazard</a>
3031

3132
}
3233
else if (_HazardInfos == null)

0 commit comments

Comments
 (0)