houdini/app/views/components/fundraising_pages/_campaigner_profile.html.erb

13 lines
482 B
Text
Raw Normal View History

2018-11-19 19:53:15 +00:00
<section class='box' style="font-style: italic">
<div class="well" style="padding-left:16px;">
<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>
</section>