openSUSE/osem

View on GitHub
app/views/admin/volunteers/show.html.haml

Summary

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