2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Remove some of the last few fa-icon helpers

This commit is contained in:
Robin Ward 2017-09-14 11:20:19 -04:00
parent b2ffaf93a3
commit 8c2d6118ff
4 changed files with 7 additions and 6 deletions

View file

@ -27,6 +27,7 @@ function mustacheValue(node, state) {
break;
case 'fa-icon':
case 'd-icon':
state.helpersUsed.iconNode = true;
let icon = node.params[0].value;
return `__iN("${icon}")`;