a basket
This commit is contained in:
parent
45641cee35
commit
a96faa6f6c
35 changed files with 2787 additions and 62 deletions
|
|
@ -71,3 +71,10 @@
|
|||
}
|
||||
</div>
|
||||
}
|
||||
|
||||
@section ctxmenu {
|
||||
@if ((bool)ViewData["HasHaircutCommand"]) {
|
||||
<li><a asp-controller="HairCutCommand" class="badge" >
|
||||
<img src="~/images/shoppingcart.svg" alt="basket" /></a></li>
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue