<% if !event.venue.street_address.blank? %>
<%= event.venue.street_address %>
<% end %>
<% if !event.venue.locality.blank? %>
<%= event.venue.locality %>
<% end %>
<% if !event.venue.region.blank? %>
,
<%= event.venue.region %>
<% end %>
<% if !event.venue.postal_code.blank? %>
<%= event.venue.postal_code %>
<% end %>
<% if !event.venue.country.blank? %>
<%= event.venue.country %>
<% end %>
<% if event.venue && event.venue.full_address.present? %>
(
map)
<% end %>
<% end %>
<% unless event.description.blank? %>
<%= format_description(event.description) %>
<% end %>
<% unless event.url.blank? %>
Links
- <%= link_to "Website", event.url, :class => "url" %>
<% end %>
<% unless event.tags.blank? %>
<% end %>
Download to iCal
You can <%= link_to "edit this event", edit_event_url(event) %>.
<%= datestamp(event) %>