summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
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/Views
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/Views')
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index 0e64010..932593f 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>@ViewBag.Title - My ASP.NET Application</title>
+ <title>@ViewBag.Title &bull; Project: Unite</title>
@Styles.Render("~/Content/css")
@Styles.Render("~/Content/bootstrap-theme.css")
@Styles.Render("~/Content/Site.css")
@@ -75,6 +75,12 @@
}
<div class="container clearfix body-content">
+ <div class="panel panel-success">
+ <div class="panel-body">
+ <p><span class="glyphicon glyphicon-exclamation-sign"></span> <strong>Welcome to Project: Unite!</strong> Things are a bit barren right now and not a lot of stuff is implemented - but feel free to explore!</p>
+ </div>
+ </div>
+
@if (!ACL.UserEmailConfirmed(User.Identity.Name))
{
<div class="panel panel-warning">