Supported Campaigns
<% if @campaigns.empty? %>None currently
<% else %> <%= render 'campaigns/campaigns_table', campaigns: @campaigns %> <% end %>
<% supporter = (@profile.supporters && @profile.supporters.length != 0) ? supporter : false %>
<% if supporter %>
<%= supporter.name ? supporter.name : supporter.email %><% else %><%= @profile.name ? @profile.name : @profile.email %><% end %> <% if supporter && supporter.city %> <%= Format::Address.city_and_state(supporter.city, supporter.state_code) %> <% elsif @profile.city %> <%= Format::Address.city_and_state(@profile.city, @profile.state_code) %> <% end %> <% if @profile.mini_bio %><%= @profile.mini_bio %> <% end %> |
None currently
<% else %> <%= render 'campaigns/campaigns_table', campaigns: @campaigns %> <% end %>