summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-22 21:00:11 -0400
committerMichael <[email protected]>2017-05-22 21:00:11 -0400
commit3c95bab2d55ec785f1cd50d7cff6967d97a08811 (patch)
treefdcd06d9aeaec3cc8fe3f353dfee73fdb4011f37 /Project-Unite/Views
parenta615b533057b0a5ed9c64d6ae686a62293f812aa (diff)
downloadproject-unite-3c95bab2d55ec785f1cd50d7cff6967d97a08811.tar.gz
project-unite-3c95bab2d55ec785f1cd50d7cff6967d97a08811.tar.bz2
project-unite-3c95bab2d55ec785f1cd50d7cff6967d97a08811.zip
I think Ash is getting to me.
Diffstat (limited to 'Project-Unite/Views')
-rw-r--r--Project-Unite/Views/Admin/Index.cshtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Project-Unite/Views/Admin/Index.cshtml b/Project-Unite/Views/Admin/Index.cshtml
index 378983e..27e10bb 100644
--- a/Project-Unite/Views/Admin/Index.cshtml
+++ b/Project-Unite/Views/Admin/Index.cshtml
@@ -4,7 +4,6 @@
@{
ViewBag.Title = "Administration Control Panel";
- var db = new ApplicationDbContext();
string homeclass = (ViewBag.Page == "home") ? "active" : "";
string siteconfigclass = (ViewBag.Page == "siteconfig") ? "active" : "";