summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/views/haml/_form_core.html.haml
blob: ca7f2534806e7ba7253ec44b6c1674680bc06e57 (plain)
1
2
3
4
.inputs
<%- model_attributes.each do |attribute| -%>
  = f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %>, :label => t('<%= plural_name %>.form.<%= attribute.name %>.label'), :hint => conditional_hint('<%= plural_name %>.form.<%= attribute.name %>.hint')
<%- end -%>