<% @events.each do |event|%> <% end %>

Jeffrey Wands Upcoming Events

<%= event.title %>

<%= event.venue %> <%= event.description %> <%= event.time.strftime("%B %d, %Y %l:%M %P") %> <%= link_to "Buy Tickets", event.buy_ticket_url , style: "padding: 4px 10px; border: 1px solid #f4925b; margin: 20px auto 0; width: 120px; background-color: #f4925b; text-decoration: none;color: #000;"%>
<%= link_to "Unsubscibe", @unsubscribe_url, style: "font-size:14pt; float: right; margin-right:20px;"%>