Guest User

Untitled

a guest
Jun 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <% unless @event.location.blank? %>
  2. <%= image_tag image_for(e, 'icon'), :size => '32x32', :alt => image_caption_for(e) %>
  3. <h1><a href=""><%=h @event.location %></a></h1>
  4. <h2><% unless @event.address.blank? %><%=h @event.address %><% end %></h2>
  5. <% end %>
Add Comment
Please, Sign In to add comment