Upgraded to FontAwesome 4.3.0

This commit is contained in:
Mark McDowall
2015-02-20 18:20:31 -08:00
parent c4ce64d98d
commit 015deacd7b
132 changed files with 2260 additions and 3917 deletions
@@ -10,7 +10,7 @@ module.exports = NzbDroneCell.extend({
render : function() {
this.$el.empty();
this.$el.html('<i class="icon-info-sign"></i>');
this.$el.html('<i class="icon-sonarr-info"></i>');
return this;
},