Fixed compile issues

This commit is contained in:
2018-12-09 23:22:44 +01:00
parent d36d91cfbc
commit fd86f3e9c7
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
@if (showBanner)
{
<div id="cookieConsent" class="alert alert-info alert-dismissible fade show" role="alert">
Use this space to summarize your privacy and cookie use policy. <a asp-area="" asp-controller="Home" asp-action="Privacy">Learn More</a>.
Use this space to summarize your privacy and cookie use policy.
<button type="button" class="accept-policy close" data-dismiss="alert" aria-label="Close" data-cookie-string="@cookieString">
<span aria-hidden="true">Accept</span>
</button>

View File

@@ -41,7 +41,7 @@
<footer class="border-top footer text-muted">
<div class="container">
&copy; 2018 - Tv7Playlist - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
&copy; 2018 - Tv7Playlist
</div>
</footer>