2014-01-01 11:39:59 +02:00
|
|
|
- if @volunteers.count > 0
|
|
|
|
|
%h3= "Volunteers (#{@volunteers.count})"
|
|
|
|
|
%br
|
2017-03-11 13:25:39 +05:30
|
|
|
= render partial: 'volunteers_table'
|
2014-01-01 11:39:59 +02:00
|
|
|
- else
|
2017-03-11 13:25:39 +05:30
|
|
|
%h3 There are no volunteers yet!
|