# File app/helpers/smerf_forms_helper.rb, line 53 def smerf_title if !@smerfform.form().name.blank? content_tag(:h2, @smerfform.form().name) end end