summaryrefslogtreecommitdiff
path: root/Project-Unite/Controllers
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-23 09:47:22 -0400
committerMichael <[email protected]>2017-03-23 09:47:28 -0400
commit8f1fbeadb243a486dce7bbfd9b932a551fd36350 (patch)
tree927829d15e2091dc09d699cba3be7659a800d494 /Project-Unite/Controllers
parentb0b5c4163c4317283cbcd4647318907ec823f62f (diff)
downloadproject-unite-8f1fbeadb243a486dce7bbfd9b932a551fd36350.tar.gz
project-unite-8f1fbeadb243a486dce7bbfd9b932a551fd36350.tar.bz2
project-unite-8f1fbeadb243a486dce7bbfd9b932a551fd36350.zip
Display newest user in right navbar
Diffstat (limited to 'Project-Unite/Controllers')
-rw-r--r--Project-Unite/Controllers/HomeController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Controllers/HomeController.cs b/Project-Unite/Controllers/HomeController.cs
index a3a8f7f..5a1553f 100644
--- a/Project-Unite/Controllers/HomeController.cs
+++ b/Project-Unite/Controllers/HomeController.cs
@@ -11,6 +11,7 @@ namespace Project_Unite.Controllers
{
public ActionResult Index()
{
+
return View();
}