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

<%= form_tag chapters_nodes_path, method: :get 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>
  <%= submit_tag "Filter", class: "action_button" %>
<% end %>

<%= render 'node_list' %>