зеркало из https://github.com/aspnet/MusicStore.git
remove duplicity " glyphicon "
removing duplicate information
This commit is contained in:
Родитель
0d34e36ee9
Коммит
f3b65e2d1a
|
@ -1,11 +1,11 @@
|
|||
@if (ViewBag.CartCount > 0)
|
||||
{
|
||||
<li>
|
||||
@if (ViewBag.CartCount > 0)
|
||||
{
|
||||
<li>
|
||||
<a asp-controller="ShoppingCart" asp-action="Index" title="@ViewBag.CartSummary">
|
||||
<span class="glyphicon glyphicon glyphicon-shopping-cart"></span>
|
||||
<span class="glyphicon glyphicon-shopping-cart"></span>
|
||||
<span id="cart-status">
|
||||
@ViewBag.CartCount
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче