Let's get serious about linting, folks.
This commit is contained in:
parent
8f43da79b5
commit
27f6d8ad73
26 changed files with 341 additions and 235 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue