Add icon to SVG subset when emojis are off
This commit is contained in:
parent
08f50abe5e
commit
73d6b9fcad
|
@ -8,6 +8,8 @@ enabled_site_setting :staff_notes_enabled
|
||||||
|
|
||||||
register_asset 'stylesheets/staff_notes.scss'
|
register_asset 'stylesheets/staff_notes.scss'
|
||||||
|
|
||||||
|
register_svg_icon "sticky-note" if respond_to?(:register_svg_icon)
|
||||||
|
|
||||||
STAFF_NOTE_COUNT_FIELD = "staff_notes_count"
|
STAFF_NOTE_COUNT_FIELD = "staff_notes_count"
|
||||||
|
|
||||||
after_initialize do
|
after_initialize do
|
||||||
|
|
Loading…
Reference in New Issue