@model Disco.Web.Areas.Config.Models.Export.EditModel @{ Authorization.Require(Claims.Config.ManageSavedExports); ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Exports", MVC.Config.Export.Index(), "Create Saved " + Model.ExportTypeName); } @Html.Partial(MVC.Config.Export.Views._Edit, Model)