Sha256: d70a4fcad7fad31508dc669df14010422c3e735597ab07e8466fb4f296fba79c

Contents?: true

Size: 451 Bytes

Versions: 27

Compression:

Stored size: 451 Bytes

Contents

<%- attributes.each{ |attribute| -%>
  <%- if attribute.type.to_s == "boolean" then -%>
    <option value="<%= attribute.name %>.true"><%%= t(:settrueforattr, :attr => "'<%= attribute.name %>'", :default => "Set <%= attribute.name %> to true") %></option>
    <option value="<%= attribute.name %>.false"><%%= t(:setfalseforattr, :attr => "'<%= attribute.name %>'", :default => "Set <%= attribute.name %> to false") %></option>
  <%- end -%>
<%- } -%>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
beautiful_scaffold-0.3.3 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.2 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.1 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.0.rc6 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.0.rc5 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.0.rc4 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.0.rc3 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.0.rc2 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.0.rc1 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.3.0.pre lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.7 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.6 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.5 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.4 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.3 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.2 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.1 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.2.0 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.1.9 lib/generators/templates/app/views/partials/_index_batch.html.erb
beautiful_scaffold-0.1.8 lib/generators/templates/app/views/partials/_index_batch.html.erb