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