Fixed compile issues
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
@if (showBanner)
|
@if (showBanner)
|
||||||
{
|
{
|
||||||
<div id="cookieConsent" class="alert alert-info alert-dismissible fade show" role="alert">
|
<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">
|
<button type="button" class="accept-policy close" data-dismiss="alert" aria-label="Close" data-cookie-string="@cookieString">
|
||||||
<span aria-hidden="true">Accept</span>
|
<span aria-hidden="true">Accept</span>
|
||||||
</button>
|
</button>
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<footer class="border-top footer text-muted">
|
<footer class="border-top footer text-muted">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
© 2018 - Tv7Playlist - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
|
© 2018 - Tv7Playlist
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user