2018-11-19 19:53:15 +00:00
|
|
|
<section class='box' style="font-style: italic">
|
|
|
|
<div class="well" style="padding-left:16px;">
|
2019-01-23 17:07:07 +00:00
|
|
|
<h4><%= profile.name %> <% if profile.state_code || profile.city -%>
|
|
|
|
<small>(<% if profile.state_code && profile.city -%><%= profile.city %>, <%= profile.state_code -%>
|
|
|
|
<% elsif profile.city -%>
|
|
|
|
<%= profile.city -%>
|
|
|
|
<% else -%>
|
|
|
|
<%= profile.state_code -%>
|
|
|
|
<% end -%>)</small><% end -%>
|
|
|
|
</h4>
|
2018-11-08 21:02:35 +00:00
|
|
|
<blockquote><p>"<%= reason_for_supporting %>"</p></blockquote></div>
|
2018-05-30 17:16:24 +00:00
|
|
|
</section>
|