@using NzbDrone.Web.Helpers @model NzbDrone.Web.Models.NotificationSettingsModel @{ Layout = null; }
@Html.CheckBoxFor(m => m.TwitterEnabled, new { @class = "inputClass checkClass" }) @Html.CheckBoxFor(m => m.TwitterNotifyOnGrab, new { @class = "inputClass checkClass" }) @Html.CheckBoxFor(m => m.TwitterNotifyOnDownload, new { @class = "inputClass checkClass" }) @Html.TextBox("twitterVerification", "", new { @class = "inputClass" }) @Html.Hidden("authorizationRequestToken")