mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
6 lines
160 B
Text
6 lines
160 B
Text
|
|
- if @volunteers.count > 0
|
||
|
|
%h3= "Volunteers (#{@volunteers.count})"
|
||
|
|
%br
|
||
|
|
= render :partial => "volunteers_table"
|
||
|
|
- else
|
||
|
|
%h3 There are no volunteers yet!
|