Add logo for booths

This commit is contained in:
nasia 2017-06-27 17:23:37 +03:00
parent 5734c90d1e
commit 3e97200a29
5 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,7 @@
.row
.col-md-12
%h3
= image_tag(@booth.gravatar_url(size: '48'))
= image_tag(@booth.picture.thumb.url, size: '20%', alt: '')
= @booth.title
.btn-group.pull-right
= link_to 'Edit', edit_admin_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'