1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

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
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = Backgrid.Cell.extend({
render : function() {
this.$el.empty();
this.$el.html('<i class="icon-nd-delete"></i>');
this.$el.html('<i class="icon-sonarr-delete"></i>');
return this;
},