Created
August 31, 2017 08:08
-
-
Save abel-masila/5148f91bc4922be17fc7c9e31c66ab70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="navbar-nav flex-row flex-nowrap" | |
data-selected-menu-item="128" | |
data-current-category-id="128" | |
data-current-product-id="0" | |
data-current-manufacturer-id="0"> | |
<li class='nav-item selected' id="main-nav-item-183" data-id="183"> | |
<a href="@Html.ActionLink("Index","Home")" class="nav-link"> | |
Pwani Life -All Brands | |
</a> | |
@Html.ActionLink("Pwani Life-All Brands","Index","Home",null, new { @class= "nav-link" }) | |
</li> | |
<li class='nav-item' id="main-nav-item-183" data-id="183"> | |
<a href="@Url.Action("Brands","Product", new { @id =7})" class="nav-link active" aria-expanded="false" data-target="#dropdown-menu-183"> | |
Pwani Life Cooking | |
</a> | |
</li> | |
<li class='nav-item' id="main-nav-item-128" data-id="128"> | |
<a href="@Url.Action("Brands","Product", new { @id=15,@class= "selected"})" class="nav-link " aria-expanded="false" data-target="#dropdown-menu-128"> | |
Pwani Life Care | |
</a> | |
</li> | |
<li class='nav-item' id="main-nav-item-161" data-id="161"> | |
<a href="@Url.Action("Brands","Product", new { @id=13,@class= "selected"})" class="nav-link " aria-expanded="false" data-target="#dropdown-menu-161"> | |
Pwani Life Washing | |
</a> | |
</li> | |
@*<li class='nav-item dropdown-submenu' id="main-nav-item-161" data-id="161"> | |
<a href="@Url.Action("Brands","Product", new { @id=1})" class="nav-link dropdown-toggle" aria-expanded="false" data-target="#dropdown-menu-161"> | |
Busines To Business | |
</a> | |
<label class="badge badge-danger">New</label> | |
</li>*@ | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment