mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Upgraded to FontAwesome 4.3.0
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = Backgrid.Cell.extend({
|
||||
this.templateFunction = Marionette.TemplateCache.get(this.template);
|
||||
|
||||
var html = this.templateFunction(rejections);
|
||||
this.$el.html('<i class="icon-exclamation-sign"/>');
|
||||
this.$el.html('<i class="icon-sonarr-form-danger"/>');
|
||||
|
||||
this.$el.popover({
|
||||
content : html,
|
||||
|
||||
Reference in New Issue
Block a user