summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Shared/_Layout.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index e625df6..93b5bcc 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -57,6 +57,7 @@
<li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>@Html.ActionLink("Discord", "Discord", "Home")</li>
+ <li>@Html.ActionLink("Contests", "Index", "Contests")</li>
<li>@Html.ActionLink("Forum", "Index", "Forum")</li>
<li>@Html.ActionLink("Wiki", "Index", "Wiki")</li>
<li>@Html.ActionLink("Developer blog", "Index", "Blog")</li>