summaryrefslogtreecommitdiff
path: root/app/views/nodes/chapters.html.erb
blob: 543bc53c4d5bc163f4c8b729d5017c7a4f6e542c (plain)
1
2
3
4
5
6
7
8
9
10
11
<h1>Chapters</h1>

<%= form_tag chapters_nodes_path, method: :get, class: "node_search_form" do %>
  <label><%= check_box_tag 'kinds[]', 'erfa', @kind_keys.include?('erfa') %> Erfa</label>
  <label><%= check_box_tag 'kinds[]', 'chaostreff', @kind_keys.include?('chaostreff') %> Chaostreff</label>
  <%= button_tag type: "submit", class: "action_button" do %>
    <%= icon("filter", library: "tabler", "aria-hidden": true) %> Filter
  <% end %>
<% end %>

<%= render 'node_list' %>