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
|
.small
|
||||||
No Speaker
|
No Speaker
|
||||||
|
|
||||||
|
%td
|
||||||
|
- if event.speakers.any?
|
||||||
|
= volunteer_links(event)
|
||||||
|
|
||||||
- if @program.languages.present?
|
- if @program.languages.present?
|
||||||
%td
|
%td
|
||||||
= event.language
|
= event.language
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
.margin-event-table
|
.margin-event-table
|
||||||
%table.datatable
|
%table.datatable.table
|
||||||
%thead
|
%thead
|
||||||
%th
|
%th
|
||||||
%b ID
|
%b ID
|
||||||
|
|
@ -69,6 +69,8 @@
|
||||||
%b Submitter
|
%b Submitter
|
||||||
%th
|
%th
|
||||||
%b Speakers
|
%b Speakers
|
||||||
|
%th
|
||||||
|
%b Volunteers
|
||||||
- if @program.languages.present?
|
- if @program.languages.present?
|
||||||
%th
|
%th
|
||||||
%b Language
|
%b Language
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue