summaryrefslogtreecommitdiff
path: root/Project-Unite
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-20 19:25:44 -0400
committerMichael <[email protected]>2017-05-20 19:25:44 -0400
commit12a8540d72c7a3c84264e36b5a92b71c3bd1659a (patch)
tree194431dbf09698ce047d990b4fba1df891c50447 /Project-Unite
parent92bda00b054276e09f0f80b01af91bc3fedbd5b6 (diff)
downloadproject-unite-12a8540d72c7a3c84264e36b5a92b71c3bd1659a.tar.gz
project-unite-12a8540d72c7a3c84264e36b5a92b71c3bd1659a.tar.bz2
project-unite-12a8540d72c7a3c84264e36b5a92b71c3bd1659a.zip
contests button under Community.
Diffstat (limited to 'Project-Unite')
-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>