Fix linters
This commit is contained in:
parent
157924803c
commit
536ec5b68a
18 changed files with 128 additions and 140 deletions
|
|
@ -1,13 +1,13 @@
|
|||
.speakerinfo
|
||||
.row
|
||||
.col-md-4
|
||||
= image_tag speaker.profile_picture(:size => 120), class: 'img-responsive img-rounded'
|
||||
= image_tag speaker.profile_picture(size: 120), class: 'img-responsive img-rounded'
|
||||
.col-md-8
|
||||
%h4
|
||||
= link_to speaker.name, user_path(speaker.id)
|
||||
%br
|
||||
- if speaker.email_public?
|
||||
= mail_to "#{ speaker.email }" do
|
||||
= mail_to speaker.email.to_s do
|
||||
%i.fa.fa-envelope-o.fa-2x
|
||||
- if speaker.affiliation?
|
||||
.text-muted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue