diff options
| author | Michael <[email protected]> | 2017-03-25 13:15:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 13:15:42 -0400 |
| commit | ce5781faca83e1f954a5cfe1b963b68a86f4aea0 (patch) | |
| tree | 8998776ed23239fc842f82467482e1d5f37d5e86 | |
| parent | 5b8913e5e0e73c53b4f464354cc60ebf7e0db346 (diff) | |
| download | project-unite-ce5781faca83e1f954a5cfe1b963b68a86f4aea0.tar.gz project-unite-ce5781faca83e1f954a5cfe1b963b68a86f4aea0.tar.bz2 project-unite-ce5781faca83e1f954a5cfe1b963b68a86f4aea0.zip | |
Skin repo link
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 5bb3a9b..388070c 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -36,6 +36,7 @@ <ul class="nav navbar-nav"> <li>@Html.ActionLink("Home", "Index", "Home")</li> <li>@Html.ActionLink("Download", "Download", "Home")</li> + <li>@Html.ActionLink("Customize", "Index", "Skins")</li> <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> |
