osem-fcy/app/views/admin/booths/show.html.haml

21 lines
432 B
Text
Raw Normal View History

2017-06-18 23:33:54 +03:00
.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'
2017-06-18 23:33:54 +03:00
.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