summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/_menu_search_results.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/_menu_search_results.html.erb b/app/views/admin/_menu_search_results.html.erb
new file mode 100644
index 0000000..15a40d4
--- /dev/null
+++ b/app/views/admin/_menu_search_results.html.erb
@@ -0,0 +1,3 @@
1<%- @results.each do |result| %>
2<div><%= result.unique_name %></div>
3<% end %>