Volunteers, positions and days and volunteers list for admin, volunteering option for attendees
This commit is contained in:
parent
125d5fe3ff
commit
64b2b8b3f8
31 changed files with 335 additions and 79 deletions
6
app/views/admin/volunteers/show.html.haml
Normal file
6
app/views/admin/volunteers/show.html.haml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- if @volunteers.count > 0
|
||||
%h3= "Volunteers (#{@volunteers.count})"
|
||||
%br
|
||||
= render :partial => "volunteers_table"
|
||||
- else
|
||||
%h3 There are no volunteers yet!
|
||||
Loading…
Add table
Add a link
Reference in a new issue