houdini/app/views/emails/_powered_by.html.erb
2018-06-07 14:48:29 -05:00

7 lines
370 B
Text

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<%= 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 Settings.general.poweredby_logo, style: "display: inline-block;" %>
</div>
<% end %>