Sha256: f9f59ff054b1c13ca546569ab29dd80d8d43a5e52e9ff05b65a65834fbf1bc31

Contents?: true

Size: 312 Bytes

Versions: 10

Compression:

Stored size: 312 Bytes

Contents

<select style='width:100%' name='wf_v<%=index%>_0' id='wf_v<%=index%>_0' onChange='wfFilter.fieldChanged(this)'>
	 <% container.options.each do |option| %>
      <option <%= "selected" if option.last == container.value %> value="<%=option.last%>">
        <%=option.first%>
      </option>
	 <% end %>
</select>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
will_filter-3.1.11 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.10 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.9 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.8 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.7 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.6 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.5 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.3 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.2 app/views/will_filter/filter/containers/_list.html.erb
will_filter-3.1.1 app/views/will_filter/filter/containers/_list.html.erb