Sha256: 0695badd6351a725943eca123c7c9b5794c1e7665d117d0b107d6238f29e5316

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

<%- for attribute in attributes -%>
<p>
  <label for="<%= singular_name %>_<%= attribute.name %>">t(:<%= attribute.name.underscore.to_sym %>):</label>
  <%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>
</p>
<% end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
korin-resource_controller-0.5.3 generators/scaffold_resource/templates/view__form.erb