EpisodesWithoutFiles will ignore episodes with an air date before 1900.

Renamed SiteLayout to _Layout (MVC3 standard)
Moved some images to the image folder.
This commit is contained in:
Mark McDowall 2011-06-01 16:18:08 -07:00
commit 5953ae038e
8 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,3 @@
@{
Layout = "~/Views/Shared/SiteLayout.cshtml";
Layout = "~/Views/Shared/_Layout.cshtml";
}