houdini/app/views/emails/_powered_by.html.erb
2020-06-15 10:26:57 -05:00

8 lines
426 B
Text

<%- # 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 -%>
<%= 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 Houdini.general.poweredby_logo, style: "display: inline-block;" %>
</div>
<% end %>