houdini/app/views/nonprofits/btn.html.erb

17 lines
521 B
Text
Raw Normal View History

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 -%>
<% 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' %>
<% end %>
<div class='u-centered'>
<p class='branded-donate-button'>Donate</p>
</div>