|
|
|
@ -37,9 +37,9 @@
|
|
|
|
|
@Html.GetNavbarUrl(Context, "/issues", UI.Layout_Issues, "exclamation", "<span id=\"issueCount\"></span>")
|
|
|
|
|
@if (Context.CurrentUser.IsAuthenticated()) // TODO replace with IsAdmin
|
|
|
|
|
{
|
|
|
|
|
<li><a id="donate" href="https://www.paypal.me/PlexRequestsNet" target="_blank"><i class="fa fa-heart" style="color: red"></i> @UI.Layout_Donate</a></li>
|
|
|
|
|
<li><a id="donate" href="https://www.paypal.me/PlexRequestNet" target="_blank"><i class="fa fa-heart" style="color: red"></i> @UI.Layout_Donate</a></li>
|
|
|
|
|
}
|
|
|
|
|
<li id="customDonate" style="display: none"><a id="customDonateHref" href="https://www.paypal.me/PlexRequestsNet" target="_blank"><i class="fa fa-heart" style="color: yellow;"></i> <span id="donationText">@UI.Custom_Donation_Default</span></a></li>
|
|
|
|
|
<li id="customDonate" style="display: none"><a id="customDonateHref" href="https://www.paypal.me/PlexRequestNet" target="_blank"><i class="fa fa-heart" style="color: yellow;"></i> <span id="donationText">@UI.Custom_Donation_Default</span></a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
|
|
|
|
|
@ -116,4 +116,4 @@
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<div id="updateAvailable" hidden="hidden"></div>
|
|
|
|
|
</nav>
|
|
|
|
|
</nav>
|
|
|
|
|