Changed Ruby syntax in views. Fixed #1326

This commit is contained in:
divyanshumehta 2017-03-11 13:25:39 +05:30
parent b0a84ad1c6
commit 1ca448df6f
74 changed files with 371 additions and 376 deletions

View file

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