Skip to content

Instantly share code, notes, and snippets.

@danahern
Created November 19, 2008 18:41
Show Gist options
  • Save danahern/26627 to your computer and use it in GitHub Desktop.
Save danahern/26627 to your computer and use it in GitHub Desktop.
<% if false %>
<ul>
<% ["0-15 days", "16-30 days", "31-45 days", "46-60 days", "61-75 days", "76-90 days", "Over 90 days"].each do |time_frame| %>
<li><%= check_box_tag "conditions[inventory_age][]", time_frame, false, {} %><label><%= time_frame %></label></li>
<% end %>
</ul>
<% end %>
<%=checkbox_funk ["0-15 days", "16-30 days", "31-45 days", "46-60 days", "61-75 days", "Over 75 days", "All", "0-15 days"]%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment