Leave icon area blank if legacy note; remove diamond icon

This commit is contained in:
Annabel Dunstone Gray 2017-04-06 13:47:46 -05:00 committed by Jacob Schatz
parent 087e83287f
commit 5c7953fb82
2 changed files with 1 additions and 4 deletions

View file

@ -37,10 +37,8 @@ module SystemNoteHelper
'icon_comment_o'
when 'moved'
'icon_arrow-circle-o-right'
else
'icon_diamond'
end
custom_icon(icon_name)
custom_icon(icon_name) if icon_name
end
end

View file

@ -1 +0,0 @@
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M84 768l623 665-300-665h-323zm812 772l349-772h-698zm-486-900l204-384h-262l-288 384h346zm675 793l623-665h-323zm-530-793h682l-204-384h-274zm827 0h346l-288-384h-262zm141-486l384 512q14 18 13 41.5t-17 40.5l-960 1024q-18 20-47 20t-47-20l-960-1024q-16-17-17-40.5t13-41.5l384-512q18-26 51-26h1152q33 0 51 26z"/></svg>

Before

Width:  |  Height:  |  Size: 411 B