TODO translate
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
@Html.DisplayFor(m=>m.AdditionalInfo)
|
@Html.DisplayFor(m=>m.AdditionalInfo)
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>Addition minimale
|
<dt>@SR["Addition minimale"]
|
||||||
</dt>
|
</dt>
|
||||||
<dd> <span class="price"> @ViewBag.Addition </span> <br/>
|
<dd> <span class="price"> @ViewBag.Addition </span> <br/>
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
@Html.DisplayFor(m => m.Location)
|
@Html.DisplayFor(m => m.Location)
|
||||||
}
|
}
|
||||||
</dd>
|
</dd>
|
||||||
<dt>Motification
|
<dt>@SR["Notification"]
|
||||||
</dt>
|
</dt>
|
||||||
<dd>@if (ViewBag.GooglePayload !=null)
|
<dd>@if (ViewBag.GooglePayload !=null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user