<% if followable.class.name == "Organization" && followable.nav_image.present? %>
<%= followable.name %> profile image">
<% else %>
" data-details="<%= followable&.slug if classification == "boosted" %>__PROFILE"> <%= followable.name %> profile image__PROFILE" style="border: 4px solid <%= followable.bg_color_hex %>" />
" data-details="<%= followable&.slug if classification == "boosted" %>__PROFILE"><%= followable.name %> <%= render "shared/pro_checkmark" if followable.pro? %>
<% end %>