2018-03-25 17:20:54 +00:00
|
|
|
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
2018-03-25 17:30:42 +00:00
|
|
|
<%= 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>
|
2018-06-07 19:48:29 +00:00
|
|
|
<%= image_tag Settings.general.poweredby_logo, style: "display: inline-block;" %>
|
2018-03-25 17:30:42 +00:00
|
|
|
</div>
|
|
|
|
<% end %>
|