mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 02:09:59 +00:00
bf1ff29519
commited somewhere between vancouver and vegas @ 2135ft. Alt and 480mph.
14 lines
No EOL
566 B
Text
14 lines
No EOL
566 B
Text
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<NzbDrone.Core.Repository.Episode>" %>
|
|
<%@ Import Namespace="Telerik.Web.Mvc.UI" %>
|
|
<%: Model.Overview %>
|
|
<%--<%:
|
|
Html.Telerik().Grid(Model.Files)
|
|
.Name("files_" + Model.EpisodeId)
|
|
.Columns(columns =>
|
|
{
|
|
columns.Bound(c => c.Path);
|
|
columns.Bound(c => c.Quality);
|
|
columns.Bound(c => c.DateAdded);
|
|
})
|
|
.Footer(false)
|
|
%>--%> |