yavsc/src/Yavsc.Org/Views/Home/Basket.cshtml

14 lines
179 B
Text
Raw Normal View History

2026-07-04 20:03:56 +01:00
@{
ViewBag.Title = Localizer["Home"];
}
2017-04-08 09:17:15 +02:00
@Model BasketView
<ul>
<li>
<a asp-controller="HaircutCommand" asp-action="Index">
@Model.HairCutActiveQueryCount </a>
</li>
</ul>