Relicense all .erb files under new project license.
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
This commit is contained in:
parent
dff436355d
commit
22adb4d5fd
354 changed files with 354 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
@import 'common/vendor/froala_editor';
|
||||
@import 'common/vendor/quill.bubble';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
/*!
|
||||
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
/* Bitter */
|
||||
|
||||
$condensed: '<%= asset_path('Open_Sans_Condensed') %>';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
@charset "UTF-8";
|
||||
|
||||
$path: "<%= asset_path('Streamline') %>";
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
@import 'mixins';
|
||||
|
||||
.editable,
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<p>Dear admin,</p>
|
||||
|
||||
<p>The following donation was tried to be associated with a campaign gift option. You SHOULD refund the donation
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<p>
|
||||
Dear <%= @nonprofit.name %>,
|
||||
</p>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal skinny' id='newBillingSubscriptionModal'>
|
||||
<%= render 'common/modal_header', title: "Movin' on up!" %>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
|
||||
<div class='u-maxWidth--600 u-margin--auto u-marginTop--50 u-padding--15 js-view-confirm'>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<script>
|
||||
(function() {
|
||||
if(document.querySelector('.commitchange-donate[data-fixed]')) return;
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<iframe frameborder='0' width='390' height='410' src="/nonprofits/<%= @np %>/donate?offsite=t&mode=embedded"></iframe>
|
||||
<script>var iframe = document.getElementsByTagName('iframe')[0]; iframe.setAttribute("src", iframe.src + window.location.search)</script>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal wide' id='giftOptionFormModal'>
|
||||
<!--= scope 'gift_options.current' -->
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal fullScreen' id='manageGiftOptionsModal'>
|
||||
|
||||
<%= render 'common/modal_header', title: 'Manage Gift Options' %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% campaign_url = Format::Url.concat(root_url, @campaign.url) %>
|
||||
|
||||
<p>Dear <%= @creator_profile.name.blank? ? @creator_profile.user.email : @creator_profile.name %>,</p>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
|
||||
<section class='admin-topNav tour-admin'>
|
||||
<div class='container u-centered'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='u-marginBottom--15 u-relative'>
|
||||
<% has_video = @campaign.vimeo_video_id || @campaign.youtube_video_id %>
|
||||
<% text = has_video ? "Edit Video" : "Add Video" %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% selector ||= nil %>
|
||||
|
||||
<div class='progressBar--medium-fill' if-branded='background-color, light'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<table class='table--striped u-marginBottom--0'>
|
||||
<% campaigns.each do |campaign |%>
|
||||
<tr>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: campaigns/fixed_top_actions -->
|
||||
<div class='fixedTopAction fixedTopAction--campaign' <%= current_campaign_editor? ? "style='padding-left: 60px'".html_safe : "" %>>
|
||||
<div class='container'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: campaigns/header_content -->
|
||||
<h1 class='fundraisingHeader-content-title u-centered'><%= @campaign.name %></h1>
|
||||
<% if @campaign.tagline.present? %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial campaigns/new-modal -->
|
||||
<!-- include 'campaigns/new/index' -->
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<input type='text' placeholder="Type nonprofit name here" class='u-marginBottom--0'>
|
||||
<!--= on "keyup" (search_nonprofits get_value) -->
|
||||
<!--= set_value selected_result.name -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal fullScreen campaignSettings' id='campaignSettings'>
|
||||
|
||||
<%= render 'common/modal_header', title: 'Campaign Settings' %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal skinny' id='videoModal'>
|
||||
<div class='modal-header'>
|
||||
<h3>Campaign Video</h3>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% content_for(:fixed_position_cta_hidden) {'hidden'} %>
|
||||
|
||||
<%= content_for :stylesheets do %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
|
||||
<% content_for :head do %>
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<%= content_for(:title_prefix) { "#{@campaign.name} - #{@campaign.nonprofit.name} | ".html_safe } %>
|
||||
<% content_for(:fixed_position_cta_hidden) {'hidden'} %>
|
||||
<%= content_for(:meta_description) {raw @campaign.summary} %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<table class='table--plaid u-marginBottom--20'>
|
||||
<thead>
|
||||
<th>Supporters</th>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% content_for(:dont_load_optimizely) {'true'} %>
|
||||
<% content_for(:footer_hidden) {'hidden'} %>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% card_holder_name ||= current_user && !current_user.profile.full_name.blank? #XXX blech %>
|
||||
|
||||
<div class='u-background--grey group u-padding--8'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% hide_dedication = false if hide_dedication.nil? %>
|
||||
|
||||
<!-- partial start: cards/form_footer -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial cards/new_modal -->
|
||||
<!-- use cards/new.js -->
|
||||
<!-- use cards.css.scss -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<table class='table'>
|
||||
|
||||
<thead>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal skinny' id='chooseRoleModal'>
|
||||
<header class='modal-header'>
|
||||
<h3>Choose Role</h3>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal skinny' id='emailConfirmationModal'>
|
||||
<%= render 'common/modal_header', title: 'Confirm Your Email' %>
|
||||
<div class='modal-body'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal skinny' id='confirmation-modal'>
|
||||
<div class='modal-body'>
|
||||
<%= render 'common/modal_close' %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- "partial: common/email_share_modal" -->
|
||||
<!-- "fundraiser = Event, Campaign, or Nonprofit name" -->
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% if Settings.page_editor.editor == 'froala' %>
|
||||
<%= IncludeAsset.js '/client/js/common/vendor/froala/page.js' %>
|
||||
<%= IncludeAsset.js '/client/js/common/vendor/froala/video/page.js' %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<span class='commitchangeLogo'>
|
||||
<%= image_tag Settings.general.logo_full, alt: Settings.general.name %>
|
||||
</span>
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<span class='commitchangeLogo'>
|
||||
<%= image_tag Settings.general.logo, alt: Settings.general.name%>
|
||||
</span>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial: common/modal_close -->
|
||||
|
||||
<img class='closeButton' src="<%= asset_path 'ui_components/close.svg' %>">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% subtitle = '' if subtitle.nil? %>
|
||||
<% class_name = '' if class_name.nil? %>
|
||||
<% branded ||= false %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% loading = 'Loading...' if loading.nil? %>
|
||||
<% text = 'Submit' if text.nil? %>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial common/onboarding_modals -->
|
||||
|
||||
<%= render 'billing_subscriptions/new_modal' %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='layout--three shareButtons'>
|
||||
<div>
|
||||
<a
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<a target='_blank' class='button--circle facebook' href="<%= render 'components/facebook_link'%>">
|
||||
<i class='fa fa-facebook '></i>
|
||||
</a>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% display_code = false if display_code.nil? %>
|
||||
|
||||
<select name=<%= name %>>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
@ -1,2 +1,3 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div id='js-activities'></div>
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<button class='button--admin'></button>
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start components/browser_buttons -->
|
||||
<div class='browserButtons'>
|
||||
<div class='browserButtons-inner'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: components/_custom_receipt_modal -->
|
||||
<%# requires type, path, key and text %>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: components/_drop_down -->
|
||||
<% extra_option ||= false %>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal skinny' id='duplicateFundraiserModal'>
|
||||
<%= render 'common/modal_header', title: "Copy #{type}" %>
|
||||
<section class='modal-body'>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% url = request.base_url + request.fullpath %>
|
||||
https://www.facebook.com/dialog/share?app_id=<%= ENV.fetch('FACEBOOK_APP_ID') %>&display=popup&href=<%= url %>&redirect_uri=<%= url %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: components/_footer_sub -->
|
||||
<section class='globalFooter-sub'>
|
||||
<div class='container'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
|
||||
<!-- partial start: components/_guest_footer -->
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% profile ||= nil %>
|
||||
<% has_mosaic ||= nil%>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: components/loading_data -->
|
||||
<span>
|
||||
<!--= hide_if loading_metrics -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<a class="npoCard" href="<%= npo_url %>"
|
||||
style="background-image: url('<%= asset_path "photos/square-#{npo_shorthand}-275.jpg" %>')"
|
||||
target="_blank" title="See <%= title %>'s profile page">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<section class='press-row'>
|
||||
<div class='container'>
|
||||
<img src='<%= asset_path 'logos/forbes.png' %>' class='press-image'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% if params[:preview] %>
|
||||
<div class='notification show'>
|
||||
Currently in <strong>preview mode</strong>.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<blockquote><%= quote %></blockquote>
|
||||
<div class='group'>
|
||||
<table class='u-marginTop--30 u-floatR'><tr>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<%# use like this: render 'components/radio', label: 'Banana chips', name: 'fave_snacks' %>
|
||||
<%# you can pass in an optional key for 'def'ing values to it %>
|
||||
<%# if you have a set of radios, consider using components/_radio_set %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<%# use like this: render 'components/radio_set',
|
||||
name: 'ticket_payment_method',
|
||||
radios: ['Credit Card', 'Cash', 'Check'] %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<p class='note'>
|
||||
Selected Plan:
|
||||
<span>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal' id='shareModal'>
|
||||
<header class='modal-header'>
|
||||
<h5 class='modal-header-title'><%= name %></h5>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start components/show_more -->
|
||||
<footer class='moreResults group'>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start components/_side_panel_close -->
|
||||
<a class='button--closeSidePanel' title='Close'>
|
||||
<!--= on 'click' close_side_panel -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='todos u-marginBottom--15' style='display: none;'>
|
||||
<!--= show_if (not (eq todos.percent_done 100)) -->
|
||||
<header class='todos-header'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: components/nav_top_links -->
|
||||
|
||||
<% if current_user %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: componenets/trial_bar -->
|
||||
<div class='is-showing announcementBar--grey'>
|
||||
<div class='container transparent centered'>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
https://twitter.com/intent/tweet?url=<%= request.base_url + request.fullpath %>&via=CommitChange&text=<%= text %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='modal' id='uploadBackgroundImage'>
|
||||
<%= render 'common/modal_header', title: 'Header Image' %>
|
||||
<div class='modal-body'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
We are very sorry for any inconvenience that this caused you. Thank you for your patience and for your continued support.
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
I am writing to bring to your attention that your latest monthly donation to <%= npo_name %> could not be processed. The payment processor notified us that there was an error with your credit card and declined the transaction. Further details are below.
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<table class='table'>
|
||||
|
||||
<thead>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial: components/forms/_offsite_fields -->
|
||||
<div class='layout--four'>
|
||||
<fieldset>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<span class='simpleTabs-tab'>
|
||||
<!--= set_attr_if is_signing_up 'is-selected' '' -->
|
||||
<!--= on 'click' (def 'is_signing_up' true) -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start components/forms/slug_field -->
|
||||
|
||||
<!-- fundraiser is event or campaign or nonprofit -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% button_text = 'Save' if button_text.nil? %>
|
||||
<% loading_text = 'Saving...' if loading_text.nil? %>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: fundaising_pages/_header -->
|
||||
<%# requirements: image_url, is_editor, header_content_partial %>
|
||||
<% hide_title = hide_title ? true : false %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: components/media/youtube_iframe -->
|
||||
<iframe src="https://www.youtube.com/embed/<%=id %>?rel=0&autoplay=0&autohide=1&border=0"></iframe>
|
||||
<!-- partial end: components/media/youtube_iframe -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start: components/messages/deleted_campaign_or_event -->
|
||||
<div class='pastelBox--orange u-marginTop--15 u-padding--10'>
|
||||
<!--= show_if <%= type %>_is_deleted -->
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<small>Custom HTML is allowed, but please note that different email clients can render HTML differently. To avoid any discrepancies, it's best to keep your email layout simple.</small>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial components/tables/search -->
|
||||
<!-- use components/restful_resource.js -->
|
||||
<!-- use restful_resource.js to define 'resource_name' with an 'index' function-->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div>
|
||||
<!-- (show_if (length campaigns.data ))-->
|
||||
<hr class='u-margin--0'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div>
|
||||
<!-- (show_if (length events.data ))-->
|
||||
<hr class='u-margin--0'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<section class='filterPanel-section layout--two' id='dateRange'>
|
||||
<fieldset>
|
||||
<label><small>at least</small></label>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<% years = (2000..Time.new.year).to_a.reverse %>
|
||||
|
||||
<section class='filterPanel-section'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<section class='filterPanel-section layout--two' id='dateRange'>
|
||||
<fieldset>
|
||||
<label><small>after</small></label>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial: components/filter_onetime_recurring -->
|
||||
<form>
|
||||
<fieldset>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial: components/filter_input -->
|
||||
<% amount ||= false %>
|
||||
<% subtitle ||= false %>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial start components/_filter_panel_close -->
|
||||
<a class='button--closeFilterPanel' title='Close'>
|
||||
<!--= on 'click' close_filter_panel -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial: components/filter_onetime_recurring -->
|
||||
<form>
|
||||
<fieldset class='u-marginBottom--0'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial: components/_filter_supporter_tags -->
|
||||
<section>
|
||||
<!--= show_if (length tags.masters.data) -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<!-- partial components/tables/filtering/meta_status -->
|
||||
|
||||
<small class='filteringBy'>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='wizard-index'>
|
||||
<!--= hide_if <%=wizard_name%>.is_completed -->
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
||||
<div class='container--narrow u-centered top--med'>
|
||||
<div class='container-shadow'></div>
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue