Add logo for booths
This commit is contained in:
parent
5734c90d1e
commit
3e97200a29
5 changed files with 7 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue