mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added classes to donation html elements
This commit is contained in:
parent
53631e9ac9
commit
bc2b4d150b
1 changed files with 2 additions and 2 deletions
|
@ -55,13 +55,13 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<ul *ngIf="hasRole('Admin') || hasRole('PowerUser')" class="nav navbar-nav">
|
||||
<ul *ngIf="hasRole('Admin') || hasRole('PowerUser')" class="nav navbar-nav donation">
|
||||
<li>
|
||||
<a href="https://www.paypal.me/PlexRequestsNet" target="_blank" pTooltip="{{ 'NavigationBar.DonateTooltip' | translate }}">
|
||||
<i class="fa fa-heart" style="color:red"></i> {{ 'NavigationBar.Donate' | translate }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div *ngIf="customizationSettings">
|
||||
<div *ngIf="customizationSettings" class="custom-donation">
|
||||
<ul *ngIf="customizationSettings.enableCustomDonations" class="nav navbar-nav">
|
||||
<li>
|
||||
<a href="{{customizationSettings.customDonationUrl}}" target="_blank">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue