@model NzbDrone.Core.Repository.RootDir @using NzbDrone.Web.Helpers; @{ Layout = null; } @using (Html.BeginCollectionItem("Directories")) { var idClean = ViewData.TemplateInfo.HtmlFieldPrefix.Replace('[', '_').Replace(']', '_');
@Html.TextBoxFor(m => m.Path, new { @class = "root_dir_text" }) Delete
@Html.ValidationMessageFor(m => m.Path)
@Html.TextBoxFor(x => x.Id, new { @style = "display:none" })
}