Update views and partials

This commit is contained in:
Rishabh Singh 2019-08-16 16:56:52 +05:30
parent b0c8b7a60a
commit 8e2fdeded0
7 changed files with 46 additions and 4 deletions

View file

@ -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