6 lines
330 B
Text
6 lines
330 B
Text
<%= link_to root_url, target: "_blank" do %>
|
|
<div style='text-align: center; margin-top: 50px;'>
|
|
<p style='font-size: 13px; color: grey;'>Fundraising Powered By</p>
|
|
<%= image_tag "https://commitchange.s3.amazonaws.com/images/commitchange-logo-rectangle-color-150.png", style: "display: inline-block;" %>
|
|
</div>
|
|
<% end %>
|