FIX: Incorrect import path for `iconHTML` helper.

This commit is contained in:
Guo Xiang Tan 2016-09-25 12:39:17 +08:00
parent 4e663998af
commit 999f52954f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import computed from 'ember-addons/ember-computed-decorators';
import StringBuffer from 'discourse/mixins/string-buffer';
import { iconHTML } from 'discourse/helpers/fa-icon';
import { iconHTML } from 'discourse-common/helpers/fa-icon';
export default Ember.Component.extend(StringBuffer, {
classes: ["text-muted", "text-danger", "text-successful"],