osem-fcy/app/views/admin/volunteers/show.html.haml
2017-03-20 18:27:39 +05:30

6 lines
158 B
Text

- if @volunteers.count > 0
%h3= "Volunteers (#{@volunteers.count})"
%br
= render partial: 'volunteers_table'
- else
%h3 There are no volunteers yet!