1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Added shortener to nav bar.

Removed title from the index page.
This commit is contained in:
Uncled1023 2016-02-24 15:49:40 -08:00
parent ab9f813cd7
commit 62eed2bc16
2 changed files with 3 additions and 5 deletions

View File

@ -3,11 +3,6 @@
@Scripts.Render("~/bundles/shortener")
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h1>Url Shortener</h1>
</div>
</div>
<br />
<div class="row">
<div class="col-sm-12 text-center">

View File

@ -32,6 +32,9 @@
<li class="@Url.GetActive("paste", "p")">
<a href="@Url.SubRouteUrl("paste", "Paste.Index")">Paste</a>
</li>
<li class="@Url.GetActive("shorten", "s")">
<a href="@Url.SubRouteUrl("shorten", "Shortener.Index")">Shorten Url</a>
</li>
<li class="@Url.GetActive("git")">
<a href="@Url.SubRouteUrl("git", "Git.Index")">Git</a>
</li>