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

@ -5,11 +5,12 @@
.row
.col-md-12
.row.row-centered
- @conference.highlighted_events.each do |event|
- conference.highlighted_events.each do |event|
- speaker = event.speakers_ordered.first
.col-md-3.col-sm-3.col-centered.col-top.highlights
= link_to conference_program_proposal_path(@conference.short_title, event),
class: 'thumbnail' do
= link_to(conference_program_proposal_path(conference.short_title,
event),
class: 'thumbnail') do
= image_tag speaker.gravatar_url(size: 300),
class: ['img-responsive', 'img-circle'],
title: speaker.name