reworked RaidDetails Layout
This commit is contained in:
parent
2e92bdee5f
commit
e22eea7fca
9 changed files with 92 additions and 142 deletions
|
@ -50,7 +50,7 @@
|
|||
@foreach (var role in _template.Roles.OrderBy(r => r.PlannedRaidRoleId))
|
||||
{
|
||||
<tr>
|
||||
<td><h5>@role.Name: @role.Description (@role.Spots)</h5></td>
|
||||
<td><Label> <b>@role.Name</b> (@role.Spots) <br> @role.Description </Label></td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue