The new UI-project is developing startpage has got right texts and list of Tournaments is showing up
This commit is contained in:
@ -24,12 +24,12 @@
|
||||
<li class="nav-item">
|
||||
@Html.ActionLink("Home", "Index", "Home", new { area = "" }, new { @class = "nav-link text-light" })
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
@*<li class="nav-item">
|
||||
@Html.ActionLink("About", "About", "Home", new { area = "" }, new { @class = "nav-link text-light" })
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
@Html.ActionLink("Contact", "Contact", "Home", new { area = "" }, new { @class = "nav-link text-light" })
|
||||
</li>
|
||||
</li>*@
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
<footer class="border-top footer text-muted">
|
||||
<div class="container">
|
||||
© @DateTime.Now.Year - My ASP.NET Application
|
||||
© @DateTime.Now.Year - Tournament Tracker Application by Tim Corey
|
||||
</div>
|
||||
</footer>
|
||||
@Scripts.Render("~/bundles/jquery")
|
||||
|
||||
Reference in New Issue
Block a user