%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<%= @nonprofit.name %><%= "#{@nonprofit.city}, #{@nonprofit.state_code}" %> <% if @nonprofit.categories.any? %> <%= @nonprofit.categories.take(3).join(", ") %> <% end %> <% unless @supporters.empty? || @nonprofit.hide_activity_feed %> <%= pluralize(@supporters.count, "supporter") %> <% end %> <% if @nonprofit.vetted %> Vetted <% end %> |
Promote |