Skip to content

Commit

Permalink
- fixed error with nav
Browse files Browse the repository at this point in the history
- updated links
  • Loading branch information
prjseal committed Mar 21, 2018
1 parent 1c9c806 commit 3cf8657
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,150 deletions.
1,039 changes: 0 additions & 1,039 deletions src/.vs/config/applicationhost.config

This file was deleted.

107 changes: 0 additions & 107 deletions src/CSUSK.Library/obj/Debug/CSUSK.Library.csproj.FileListAbsolute.txt

This file was deleted.

Binary file not shown.
Binary file removed src/CSUSK.Library/obj/Debug/CSUSK.Library.dll
Binary file not shown.
Binary file removed src/CSUSK.Library/obj/Debug/CSUSK.Library.pdb
Binary file not shown.
1 change: 0 additions & 1 deletion src/CSUSK.Library/obj/Debug/CoreCompileInputs.cache

This file was deleted.

Binary file not shown.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion src/CSUSK.Web/App_Data/Models/all.dll.path
@@ -1 +1 @@
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4371e65f\3c4990c4\App_Web_all.generated.cs.8f9494c4.f7n5xkbk.dll
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4371e65f\3c4990c4\App_Web_all.generated.cs.8f9494c4.q1td-wkp.dll
Binary file modified src/CSUSK.Web/App_Data/Umbraco.sdf
Binary file not shown.
Expand Up @@ -78,8 +78,8 @@
{
IEnumerable<IPublishedContent> childItems = item.Children.Where(x => x.IsVisible());
bool textOnly = item.GetPropertyValue<bool>("textOnlyInNavigation");
<li class="dropdown @(isActive ? "active" : null)">
<a class="dropdown-toggle @(textOnly ? "textonly" : null)" data-toggle="dropdown" aria-expanded="false" href="@item.Url">@item.Name <span class="caret"></span></a>
<li class="dropdown">
<a class="dropdown-toggle @(textOnly ? "textonly" : null) @(isActive ? "active" : null)" data-toggle="dropdown" aria-expanded="false" href="@item.Url">@item.Name <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@RenderChildren(childItems)
</ul>
Expand Down

0 comments on commit 3cf8657

Please sign in to comment.