<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="NzbDrone.Web.Controllers" %> Index

Settings

<% using (Html.BeginForm()) { %> <%: Html.ValidationSummary(true, "Account creation was unsuccessful. Please correct the errors and try again.") %>
General
<%: Html.LabelFor(m => m.RootPath) %>
<%: Html.TextBoxFor(m => m.RootPath) %>

<% } %>