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:
parent
ab9f813cd7
commit
62eed2bc16
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user