Sha256: 00e5d5c970462ea93a51739342ce53fab43a4cf29d9c8c666bf8d3ea534699c8
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 Bytes
Contents
<%form_for(@facet, :url => { :action => "index" }) do |f|%> From: <input type="text" name="<%=@facet.lower_limit_param_name%>" value="<%=@facet.lower_limit%>" size="3"> To: <input type="text" name="<%=@facet.upper_limit_param_name%>" value="<%=@facet.upper_limit%>" size="3"><br> <%= submit_tag 'Update' %> <%end%>
Version data entries
4 entries across 4 versions & 1 rubygems