Rearrange CSS and images

This commit is contained in:
2012-12-09 14:56:43 -05:00
parent 526a305331
commit 9a3ef2c9c6
19 changed files with 638 additions and 642 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
ViewBag.Title = "Error";
if (Model.ControllerName == "CreateLog")
{
Layout = "~/Views/Shared/_Layout.min.cshtml";
Layout = "~/Views/Shared/_Layout.cshtml";
}
}