summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/edit.html.erb4
-rw-r--r--app/views/events/new.html.erb2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/events/edit.html.erb b/app/views/events/edit.html.erb
index 6cb04bd..45b084f 100644
--- a/app/views/events/edit.html.erb
+++ b/app/views/events/edit.html.erb
@@ -19,12 +19,12 @@
19 <details> 19 <details>
20 <summary>Change node</summary> 20 <summary>Change node</summary>
21 <%= text_field_tag :event_node_search_term %> 21 <%= text_field_tag :event_node_search_term %>
22 <div id="search_results"></div> 22 <div id="event_search_results" class="search_results"></div>
23 <span class="field_hint">This will re-link the event to a different node — rarely needed.</span> 23 <span class="field_hint">This will re-link the event to a different node — rarely needed.</span>
24 </details> 24 </details>
25 <% else %> 25 <% else %>
26 <%= text_field_tag :event_node_search_term %> 26 <%= text_field_tag :event_node_search_term %>
27 <div id="search_results"></div> 27 <div id="event_search_results" class="search_results"></div>
28 <span class="field_hint">Optional — search and pick a node to associate this event with a page.</span> 28 <span class="field_hint">Optional — search and pick a node to associate this event with a page.</span>
29 <% end %> 29 <% end %>
30 <%= f.hidden_field :node_id %> 30 <%= f.hidden_field :node_id %>
diff --git a/app/views/events/new.html.erb b/app/views/events/new.html.erb
index b20fe48..7a1ee7a 100644
--- a/app/views/events/new.html.erb
+++ b/app/views/events/new.html.erb
@@ -10,7 +10,7 @@
10 <div class="node_description">Node</div> 10 <div class="node_description">Node</div>
11 <div class="node_content"> 11 <div class="node_content">
12 <%= text_field_tag :event_node_search_term %> 12 <%= text_field_tag :event_node_search_term %>
13 <div id="search_results"></div> 13 <div id="event_search_results" class="search_results"></div>
14 <%= f.hidden_field :node_id %> 14 <%= f.hidden_field :node_id %>
15 <span class="field_hint">Optional — search and pick a node to associate this event with a page.</span> 15 <span class="field_hint">Optional — search and pick a node to associate this event with a page.</span>
16 </div> 16 </div>