mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Removed ignore relative urls
Replaced play/stop images on Series Editor with Font-Awesome
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
<td>
|
||||
@if (Model.Status == "Ended")
|
||||
{
|
||||
<img src="../../Content/Images/stop.png" width="24" height="24" alt="Ended" title="Ended" />
|
||||
<i class="icon-play" title="Ended"></i>
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
<img src="../../Content/Images/play.png" width="24" height="24" alt="Active" title="Continuing" />
|
||||
<i class="icon-play" title="Continuing"></i>
|
||||
}
|
||||
</td>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user