show invited users in booths#show
This commit is contained in:
parent
af0799990c
commit
7fc97a0655
2 changed files with 23 additions and 0 deletions
|
|
@ -49,6 +49,18 @@
|
|||
= responsibles.email
|
||||
)
|
||||
= ", " unless i == @booth.responsibles.length - 1
|
||||
%tr
|
||||
%td.col-md-2
|
||||
%b Invited Responsibles
|
||||
%td
|
||||
- @booth.invited_responsibles.each_with_index do |responsibles, i|
|
||||
.responsibles
|
||||
= link_to responsibles.name, user_path(responsibles)
|
||||
- if responsibles.email_public
|
||||
(
|
||||
= responsibles.email
|
||||
)
|
||||
= ", " unless i == @booth.invited_responsibles.length - 1
|
||||
%tr
|
||||
%td.col-md-2
|
||||
%b Submitted on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue