<%% label ||= nil %>
<%%= optional_label(f, what, label, 'control-label') %>
<%%= f.text_area what %> <%% if help_text_present?(local_variables) %>

<%%= help.html_safe %>

<%% end %>