mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #2263
This commit is contained in:
parent
9d88cb724c
commit
f29a593573
1 changed files with 4 additions and 3 deletions
|
@ -124,13 +124,14 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-2 col-sm-push-3 small-padding">
|
||||
|
||||
<div style="float:right">
|
||||
<div class="col-sm-3 col-sm-push-3 small-padding">
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-md-push-6">
|
||||
|
||||
<a *ngIf="request.showSubscribe && !request.subscribed" style="color:white" (click)="subscribe(request)" pTooltip="Subscribe for notifications"> <i class="fa fa-rss"></i></a>
|
||||
<a *ngIf="request.showSubscribe && request.subscribed" style="color:red" (click)="unSubscribe(request)" pTooltip="Unsubscribe notification"> <i class="fa fa-rss"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="isAdmin">
|
||||
<div *ngIf="!request.approved" id="approveBtn">
|
||||
<form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue