mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Upgraded to FontAwesome 4.3.0
This commit is contained in:
parent
c4ce64d98d
commit
015deacd7b
132 changed files with 2260 additions and 3917 deletions
|
@ -14,7 +14,7 @@ module.exports = NzbDroneCell.extend({
|
|||
this.$el.empty();
|
||||
|
||||
if (this.model.get('eventType') === 'grabbed') {
|
||||
this.$el.html('<i class="icon-nd-delete x-failed" title="Mark download as failed"></i>');
|
||||
this.$el.html('<i class="icon-sonarr-delete x-failed" title="Mark download as failed"></i>');
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue