Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <div class="donations-new">
  2. <div id="body">
  3. <div class="container">
  4. <div id="content">
  5. <div class="connect-con">
  6. <div class="form-hold">
  7. <div class="title">
  8. <div class="body">
  9. <p class="text-center">
  10. <h1>
  11. BUY SOME MILES!
  12. </h1>
  13. </p>
  14.  
  15. <%= form_tag challenge_donations_path(@challenge) do %>
  16. <p>
  17. <%= @user_athlete %> thanks you for helping <%= @npname %>, in their quest for making a better world.
  18. </p>
  19. <p>
  20. Learn more about them at: <%= @user_website %>
  21. </p>
  22. <p>
  23. There are still <> miles left you can buy.
  24. </p>
  25. <p>
  26. Each of your donations will buy ONE mile.
  27. </p>
  28. <%= text_field_tag :amount %>
  29. <%= text_field_tag :donor_email, placeholder="Please type your email"%>
  30.  
  31. <script
  32. src="https://checkout.stripe.com/checkout.js"
  33. class="stripe-button"
  34. data-key= "<%= @publishable_key %>"
  35. data-amount= "<%= @amount %>"
  36. data-description= "You are donating to <%= @npname %>"
  37. data-image="<%= image_path('iconsmall.jpg') %>"
  38. data-name="Mymiles.us"
  39. data-panel-label="Donate">
  40. </script>
  41.  
  42. <% end %>
  43.  
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement