diff --git a/projects/Platform/Views/Home/Building.cshtml b/projects/Platform/Views/Home/Building.cshtml index 0b597642..6f907d1f 100644 --- a/projects/Platform/Views/Home/Building.cshtml +++ b/projects/Platform/Views/Home/Building.cshtml @@ -1,8 +1,6 @@ @model Platform.ViewModels.HomeModel @{ HideBread = true; - var organ = Model.Organ; - var organId = User.GetOrganId(); }
@@ -69,7 +67,7 @@ { foreach (var item in list) { -
  • data-jstree='{"selected":true}' }> +
  • data-jstree='{"selected":true}' }> @item.Name @if (item.Children.Any() || item.Buildings.Any()) { @@ -112,8 +110,12 @@ @section scripts{ } \ No newline at end of file diff --git a/projects/Platform/Views/Shared/_Menu.cshtml b/projects/Platform/Views/Shared/_Menu.cshtml index fec0a6d7..e3bdff25 100644 --- a/projects/Platform/Views/Shared/_Menu.cshtml +++ b/projects/Platform/Views/Shared/_Menu.cshtml @@ -1,5 +1,15 @@