Renamed EpisodeSorting to Naming (to Match UI).

Fixed EpisodeNaming CSS (Floats are now contained properly).
Renamed CodeFile1 to FooterModel.
This commit is contained in:
Mark McDowall 2011-11-28 17:11:55 -08:00
parent 7af6977cab
commit 041ad20bb3
6 changed files with 25 additions and 19 deletions

View file

@ -1,10 +0,0 @@
using System;
namespace NzbDrone.Web.Models
{
public class FooterModel
{
public Version Version { get; set; }
public DateTime BuildTime { get; set; }
}
}