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

Settings

<% using (Html.BeginForm()) { %>
General
<%: Html.LabelFor(m => m.RootPath) %>
<%: Html.TextBoxFor(m => m.RootPath) %>

<% } %>