The new UI-project is developing startpage has got right texts and list of Tournaments is showing up

This commit is contained in:
2020-05-03 22:52:11 +02:00
parent ad209b7b5b
commit 9957004b80
9 changed files with 71 additions and 69 deletions

View File

@ -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">
&copy; @DateTime.Now.Year - My ASP.NET Application
&copy; @DateTime.Now.Year - Tournament Tracker Application by Tim Corey
</div>
</footer>
@Scripts.Render("~/bundles/jquery")