Update views and partials
This commit is contained in:
parent
b0c8b7a60a
commit
8e2fdeded0
7 changed files with 46 additions and 4 deletions
|
|
@ -21,6 +21,11 @@
|
|||
%b Reasoning
|
||||
%td
|
||||
= markdown(@booth.reasoning)
|
||||
%tr
|
||||
%td.col-md-2
|
||||
%b Email
|
||||
%td
|
||||
= markdown(@booth.email)
|
||||
%tr
|
||||
%td.col-md-2
|
||||
%b Website
|
||||
|
|
@ -49,6 +54,12 @@
|
|||
= responsibles.email
|
||||
)
|
||||
= ", " unless i == @booth.responsibles.length - 1
|
||||
%tr
|
||||
%td.col-md-2
|
||||
%b Special Requirements
|
||||
%td
|
||||
- if @booth.special_requirements.present?
|
||||
= @booth.special_requirements
|
||||
%tr
|
||||
%td.col-md-2
|
||||
%b Submitted on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue