.row
.col-md-12
%h3
= @booth.title
.btn-group.pull-right
= link_to 'Edit', edit_admin_conference_booth_path(@conference.short_title, @booth), class: 'btn btn-mini btn-primary'
%table.table
%tr
%td.col-md-2
%b Description
%td
= @booth.description
%b Reasoning
= @booth.reasoning