added Header to RaidRoles Table
This commit is contained in:
parent
212e1a393d
commit
bd781d496f
1 changed files with 10 additions and 4 deletions
|
@ -5,6 +5,12 @@
|
||||||
@inject RaidService RaidService
|
@inject RaidService RaidService
|
||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Role</th>
|
||||||
|
<th>Users</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@{
|
@{
|
||||||
RaidSignUp userRole = _raid.SignUps.Where(s => s.LiebUserId == _liebUserId).FirstOrDefault();
|
RaidSignUp userRole = _raid.SignUps.Where(s => s.LiebUserId == _liebUserId).FirstOrDefault();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue