houdini/app/views/cards/_form_footer.html.erb
Bradley M. Kuhn 22adb4d5fd 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.
2018-03-25 15:10:40 -04:00

40 lines
1.1 KiB
Text

<%- # 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 -->
<footer class='u-centered'>
<div class='progressBar u-marginY--10'>
<!--= show_if card_form.loading -->
<div class='progressBar-fill--striped'>
<!--= style 'width' card_form.progress_width -->
</div>
</div>
<p class='status'>
<!--= add_class_if card_form.error 'error' -->
<!--= put card_form.status -->
</p>
<button type='submit' class='button' if-branded='background-color, base'>
<!--= set_attr_if card_form.loading 'disabled' 'disabled' -->
Submit
</button>
<div class='u-marginTop--10'>
<!--= hide_if card_form.loading -->
<p>
<!--= hide_if card_form.loading -->
<small><i class='fa fa-lock'></i> 256-bit encrypted</small>
</p>
<% unless hide_dedication %>
<p class='highlight u-marginBottom--0 u-centered'>
<!--= hide_if is_hiding_dedication -->
<small>You can add a dedication after submitting your payment</small>
</p>
<% end %>
</div>
</footer>
<!-- partial end: cards/form_footer -->