Let's get serious about linting, folks.

This commit is contained in:
James Mason 2017-11-27 20:04:54 -08:00
parent 8f43da79b5
commit 27f6d8ad73
26 changed files with 341 additions and 235 deletions

View file

@ -1,13 +0,0 @@
- if venue.picture?
= image_tag venue.picture.thumb.url,
alt: venue.name,
class: 'img-responsive pull-right'
%h3= venue.name
%p
= venue.street
%br
= venue.city
%br
= venue.country_name
- if venue.website
%p.text-center.clearfix= sanitize(link_to venue.website, venue.website)