- To learn more about ASP.NET MVC visit http://asp.net/mvc. + To learn more about ASP.NET MVC visit + http://asp.net/mvc.
<%-- <%: Html.ActionLink("Edit", "Edit", new { /* id=Model.PrimaryKey */ }) %> |--%> - <%: Html.ActionLink("Back to List", "Index") %> - <%: Html.ActionLink("Load Episodes", "LoadEpisodes", new{seriesId= Model.SeriesId}) %> + <%: Html.ActionLink("Back to Series", "Index") %>
diff --git a/NzbDrone.Web/Views/Series/EpisodeDetail.ascx b/NzbDrone.Web/Views/Series/EpisodeDetail.ascx new file mode 100644 index 000000000..6f31877e2 --- /dev/null +++ b/NzbDrone.Web/Views/Series/EpisodeDetail.ascx @@ -0,0 +1,14 @@ +<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl