bcgoss/census

View on GitHub
app/views/users/_cohort_dropdown.html.erb

Summary

Maintainability
Test Coverage
<%= form_tag("/users", method: "get") do %>
  <%= label_tag :cohort %>
  <%= select_tag :cohort, options_for_select([["Select One", ""], "1606", "1608", "1610", "1611"]) %>
  <%= submit_tag "Filter", class: "btn btn-default btn-sm" %>
<% end %>