reworked RaidDetails Layout

This commit is contained in:
t.ruspekhofer 2022-03-13 20:20:14 +01:00
parent 2e92bdee5f
commit e22eea7fca
9 changed files with 92 additions and 142 deletions

View file

@ -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>