From 93a09b729e4e6ba0ccc461d6d694ceb910416017 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 18 Feb 2015 14:54:18 +0100 Subject: [PATCH] Adapt the ticket text to be more precise --- app/views/tickets/index.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/tickets/index.html.haml b/app/views/tickets/index.html.haml index 4109e82e..542c2624 100644 --- a/app/views/tickets/index.html.haml +++ b/app/views/tickets/index.html.haml @@ -5,10 +5,10 @@ %h1 Tickets %p.lead - Support + If you like, support %strong = @conference.title - by buying a ticket + by buying a ticket* =form_tag(conference_ticket_purchases_path, method: :post) do |f| %table.table.table-hover %thead @@ -43,4 +43,4 @@ .col-md-13 %p.text-muted.text-center %small - Checkout will be at the conference registration \ No newline at end of file + * Buying a ticket is not mandatory. Checkout will be at the conference registration. \ No newline at end of file