Try this
Without :locals
and :partial
.content
= render 'meeting_info', :info => @info
No need to specify locals.
With :locals
and :partial
You should specify locals in following case i.e specifying :partial
for render
.content
= render :partial => 'meeting_info', :locals => { :info => @info }
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…