summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/nodes/chapters.html.erb2
-rw-r--r--app/views/nodes/show.html.erb2
2 files changed, 2 insertions, 2 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 %>
diff --git a/app/views/nodes/show.html.erb b/app/views/nodes/show.html.erb
index c9558ed0..af55d699 100644
--- a/app/views/nodes/show.html.erb
+++ b/app/views/nodes/show.html.erb
@@ -122,7 +122,7 @@
122 <div id="restore_search_results" class="search_results"></div> 122 <div id="restore_search_results" class="search_results"></div>
123 </div> 123 </div>
124 <%= hidden_field_tag :parent_id, suggestion&.id %> 124 <%= hidden_field_tag :parent_id, suggestion&.id %>
125 <%= submit_tag t(".restore_here"), :class => "action_button action_button_no_margin_top" %> 125 <%= submit_tag t(".restore_here"), :class => "action_button action_button" %>
126 <% end %> 126 <% end %>
127 <span class="field_hint"><%= t(".restore_hint") %></span> 127 <span class="field_hint"><%= t(".restore_hint") %></span>
128 </div> 128 </div>