keugenek / gifter

Home Page:http://www.gifter.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

You are contributing <%= humanized_money_with_symbol @participation.amount %> to

<%= @participation.gift.name %>

<%= cl_image_tag (@participation.gift.photo), width: 200, height: 200, crop: :fill, class: "gift-photo" %>
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button text-center { display: none }"
  data-key="<%= Rails.configuration.stripe[:publishable_key] %>"
  data-name="Gift"
  data-email="<%= current_user.email %>"
  data-description="<%= @participation.gift.description %>"
  data-amount="<%= @participation.amount_cents %>"
  data-currency="<%= @participation.amount.currency %>">
</script>

About

http://www.gifter.tech


Languages

Language:HTML 39.0%Language:Ruby 27.4%Language:JavaScript 20.4%Language:CSS 13.2%