change "purchase" to "get" in views

This commit is contained in:
Rishabh Saxena 2016-08-12 13:21:47 +05:30
parent 6aecf2d446
commit 164101f2fe
5 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
Support
=@conference.short_title
%p.lead
To support our event you can purchase these tickets
To support our event you can get these tickets
- @conference.tickets.each_slice(4) do |slice|
.row.row-centered
- slice.each do |ticket|
@ -20,6 +20,6 @@
= markdown(ticket.description)
%p.text-center
= link_to(conference_tickets_path(@conference.short_title), class: 'btn btn-success') do
Buy Ticket
Get Ticket
= humanized_money_with_symbol ticket.price