ref: master
app/views/tasks/_task_icon.html.erb
<% icon_info = task.icon if icon_info[:type] == :profile_image icon = profile_image(icon_info[:profile], :minor) elsif icon_info[:type] == :defined_image icon = "".html_safe end if icon_info[:url] icon = link_to(icon, icon_info[:url]) end %><%= icon %>