Added upcoming and history links to main menu.

Made Upcoming look a bit better, still needs work.
Wrapped Details in Upcoming/History in fieldset
This commit is contained in:
Mark McDowall 2011-03-23 16:41:38 -07:00
commit 7a57ab98dc
6 changed files with 103 additions and 70 deletions

View file

@ -7,6 +7,7 @@ namespace NzbDrone.Web.Models
{
public class UpcomingEpisodeModel
{
public int SeriesId { get; set; }
public string SeriesName { get; set; }
public int SeasonNumber { get; set; }
public int EpisodeNumber { get; set; }