We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff428b commit 5f8eac3Copy full SHA for 5f8eac3
1 file changed
admin/TwoWeeksReady.Admin/Pages/HazardInfos/List.razor
@@ -6,7 +6,7 @@
6
@if (_HazardInfos != null && _HazardInfos.Any())
7
{
8
9
- <table>
+ <table class="table table-bordered">
10
<thead>
11
<tr>
12
<th>Name</th>
@@ -27,6 +27,7 @@
27
</tbody>
28
29
</table>
30
+ <a class="btn btn-primary" href="/HazardInfos/new">Add New Hazard</a>
31
32
}
33
else if (_HazardInfos == null)
0 commit comments