2020-06-12 20:03:43 +00:00
|
|
|
<%- # 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 -%>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% content_for(:dont_track_ga) {'true'} %>
|
|
|
|
<% content_for(:hide_nav_beacon) {'true'} %>
|
|
|
|
|
|
|
|
<%= content_for :stylesheets do %>
|
|
|
|
<%= stylesheet_link_tag 'nonprofits/btn/page' %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% content_for :javascripts do %>
|
2019-12-04 22:22:48 +00:00
|
|
|
<%= javascript_pack_tag 'i18n', 'page__nonprofits__btn' %>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<div class='u-centered'>
|
|
|
|
<p class='branded-donate-button'>Donate</p>
|
|
|
|
</div>
|