<%= follow_button(actor, style = "", classes = "w-100") %>
<% if actor.tag_line.present? %>
<%= truncate (actor.tag_line || actor.summary || "Posts in this tag"), length: 200 %>
<% end %>
<% if actor.class.name == "User" %>
<% elsif actor.class.name == "Organization" && actor.approved_and_filled_out_cta? %>
<%= sanitize_rendered_markdown(actor.cta_processed_html) %>
<% if actor.cta_button_text.present? && actor.cta_button_url.present? %>
<% end %>
<% end %>