mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed newznab close icon
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
</span>
|
||||
@if(!Model.BuiltIn)
|
||||
{
|
||||
<a href="#" id="@Model.Id" class="deleteProvider" onclick="deleteProvider('@(Model.Id)'); return false;">
|
||||
<img src="../../Content/Images/close.png" alt="Delete" width="22px" height="22px" /></a>
|
||||
<a href="/settings/deletenewznabprovider?providerId=@Model.Id" id="@Model.Id" class="deleteProvider" onclick="deleteProvider('@(Model.Id)'); return false;">
|
||||
<i class="icon-remove remove-newznab"></i></a>
|
||||
}
|
||||
</div>
|
||||
<div class="providerOptions">
|
||||
|
||||
Reference in New Issue
Block a user