Sha256: c49b4d1395d2e942815236eecffe1c5b63bdb159350d6fe2c6e8a111c85d233b

Contents?: true

Size: 511 Bytes

Versions: 28

Compression:

Stored size: 511 Bytes

Contents

<select name="itunes_category[]" id="resource_itunes_category_<%= id %>" size="3" multiple="multiple">
  <% @itunes_category_list.each do |pcat| -%>
    <% pcat.each_pair do |cat,subcats| -%>
    <% #not a great way of handling this but it looks better -%>
        <option value="<%=h cat %>"><%=h cat %></option>
      <% subcats.each do |subcat|  -%>
        <option value="<%=h cat %>-<%=h subcat %>">&nbsp;-<%=h subcat %></option>
      <% end unless subcats.nil?  -%>
    <% end -%>
  <% end -%>
</select>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/resources/_itunes_category_add.html.erb
typo-5.4.2 app/views/admin/resources/_itunes_category_add.html.erb
typo-5.4.1 app/views/admin/resources/_itunes_category_add.html.erb
typo-5.4 app/views/admin/resources/_itunes_category_add.html.erb
typo-3.99.0 app/views/admin/resources/_itunes_category_add.rhtml
typo-3.99.2 app/views/admin/resources/_itunes_category_add.rhtml
typo-3.99.1 app/views/admin/resources/_itunes_category_add.rhtml
typo-3.99.3 app/views/admin/resources/_itunes_category_add.rhtml
typo-4.0.1 app/views/admin/resources/_itunes_category_add.rhtml
typo-4.0.0 app/views/admin/resources/_itunes_category_add.rhtml
typo-3.99.4 app/views/admin/resources/_itunes_category_add.rhtml
typo-4.0.2 app/views/admin/resources/_itunes_category_add.rhtml
typo-4.0.3 app/views/admin/resources/_itunes_category_add.rhtml
typo-4.1.1 app/views/admin/resources/_itunes_category_add.rhtml
typo-5.0.2 app/views/admin/resources/_itunes_category_add.html.erb
typo-4.1 app/views/admin/resources/_itunes_category_add.rhtml
typo-5.0.1 app/views/admin/resources/_itunes_category_add.html.erb
typo-5.0.3.98.1 app/views/admin/resources/_itunes_category_add.html.erb
typo-5.0.3.98 app/views/admin/resources/_itunes_category_add.html.erb
typo-5.0 app/views/admin/resources/_itunes_category_add.html.erb