Admin volunteers display
This commit is contained in:
parent
6c56f45387
commit
1e9027f22a
2 changed files with 7 additions and 1 deletions
|
|
@ -34,6 +34,10 @@
|
|||
.small
|
||||
No Speaker
|
||||
|
||||
%td
|
||||
- if event.speakers.any?
|
||||
= volunteer_links(event)
|
||||
|
||||
- if @program.languages.present?
|
||||
%td
|
||||
= event.language
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
.row
|
||||
.col-md-12
|
||||
.margin-event-table
|
||||
%table.datatable
|
||||
%table.datatable.table
|
||||
%thead
|
||||
%th
|
||||
%b ID
|
||||
|
|
@ -69,6 +69,8 @@
|
|||
%b Submitter
|
||||
%th
|
||||
%b Speakers
|
||||
%th
|
||||
%b Volunteers
|
||||
- if @program.languages.present?
|
||||
%th
|
||||
%b Language
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue