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 :stylesheets do %>
|
|
|
|
<%= stylesheet_link_tag 'nonprofits/button/page' %>
|
|
|
|
<% end %>
|
|
|
|
<% content_for(:footer_hidden) {'hidden'} %>
|
|
|
|
|
|
|
|
<% content_for :javascripts do %>
|
2020-04-23 18:30:36 +00:00
|
|
|
<%= javascript_pack_tag 'i18n', 'page__nonprofits__button' %>
|
2018-03-25 17:30:42 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<header class='header'>
|
|
|
|
<div class='container--mid'>
|
|
|
|
<i class='header-icon icon-credit-card'></i>
|
|
|
|
<h3 class='header-title'>Donate Form Builder</h3>
|
|
|
|
<%= render 'tabs', active: :guided %>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<section class='container--mid u-padding--15' id='js-donateFormBuilder'></section>
|
|
|
|
|
|
|
|
<%= render 'modals' %>
|