This commit is contained in:
Paul Schneider 2017-04-08 17:51:31 +02:00
commit 73bfbf609b
7 changed files with 295 additions and 34 deletions

View file

@ -1,6 +1,6 @@
@model HairCutQuery
<dl>
<dl class="dl-horizontal">
<dt>@Html.DisplayNameFor(m=>m.Prestation)
</dt>
<dd>@Html.DisplayFor(m=>m.Prestation)
@ -17,6 +17,10 @@
</dt>
<dd>@Html.DisplayFor(m=>m.Location)
</dd>
<dt>@Html.DisplayNameFor(m=>m.AdditionalInfo)
</dt>
<dd>@Html.DisplayFor(m=>m.AdditionalInfo)
</dd>
</dl>