21 lines
498 B
Text
21 lines
498 B
Text
.row
|
|
.col-md-12
|
|
%h3
|
|
= 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'
|
|
|
|
.row
|
|
.col-md-12
|
|
%table.table
|
|
%tr
|
|
%td.col-md-2
|
|
%b Description
|
|
%td
|
|
= @booth.description
|
|
%tr
|
|
%td.col-md-2
|
|
%b Reasoning
|
|
%td
|
|
= @booth.reasoning
|