@model EnVisage.Models.ViewBoardModel @using EnVisage.Code.HtmlHelpers @using Microsoft.AspNet.Identity @using EnVisage.Code @{ ViewBag.Title = Model.SelectedViewName; } @section stylesheets { } @section scripts { @Scripts.Render("~/bundles/angular-app-modules") }
@if (Model.Views.Count > 0) { //Resources (Grouped by Team) Html.Partial("~/Views/View/_resourcesList.cshtml", Model); } else { }
@{ Html.RenderPartial("_chart", Model); }
  loading...
@*
Skills info placeholder
*@
@Html.Partial("../CapacityManagement/_capacityManagement", Model)