diff options
Diffstat (limited to 'app/views/nodes/chapters.html.erb')
| -rw-r--r-- | app/views/nodes/chapters.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/chapters.html.erb b/app/views/nodes/chapters.html.erb index def56659..bbaf0b8a 100644 --- a/app/views/nodes/chapters.html.erb +++ b/app/views/nodes/chapters.html.erb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <h1><%= t(".title") %></h1> | 1 | <h1><%= t(".title") %></h1> |
| 2 | 2 | ||
| 3 | <%= form_tag chapters_nodes_path, method: :get, class: "node_search_form" do %> | 3 | <%= form_tag chapters_nodes_path, method: :get, class: "search_form" do %> |
| 4 | <label><%= check_box_tag 'kinds[]', 'erfa', @kind_keys.include?('erfa') %> Erfa</label> | 4 | <label><%= check_box_tag 'kinds[]', 'erfa', @kind_keys.include?('erfa') %> Erfa</label> |
| 5 | <label><%= check_box_tag 'kinds[]', 'chaostreff', @kind_keys.include?('chaostreff') %> Chaostreff</label> | 5 | <label><%= check_box_tag 'kinds[]', 'chaostreff', @kind_keys.include?('chaostreff') %> Chaostreff</label> |
| 6 | <%= button_tag type: "submit", class: "action_button" do %> | 6 | <%= button_tag type: "submit", class: "action_button" do %> |
