app/views/caboose/invoices/admin_index.html.erb in caboose-cms-0.9.213 vs app/views/caboose/invoices/admin_index.html.erb in caboose-cms-0.9.214

- old
+ new

@@ -37,10 +37,10 @@ <% end %> <p><input type='text' name='total_gte' placeholder='Total Min' value="<%= @pager.params['total_gte'] %>" style='width: 100px;' /></p> <p><input type='text' name='total_lte' placeholder='Total Max' value="<%= @pager.params['total_lte'] %>" style='width: 100px;' /></p> <p> <!-- - <select name='status'> + <select name='status'> <optgroup label='Status'> <option value=''>-- All statuses --</option> <% statuses = ['cart','pending','canceled','ready to ship','shipped','paid'] %> <% statuses.each do |status| %> <option value='<%= status %>'<%= @pager.params['status'] == status ? " selected='true'" : '' %>><%= status.capitalize %></option>