summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-08-08 22:38:48 +0200
committerhukl <contact@smyck.org>2009-08-08 22:38:48 +0200
commit46117a9f103e2d547be2a47724e872b3f57ce983 (patch)
tree3360a066676ecf776f62212912abcec4965bdf27 /app/views/admin
parent4f249507da36f219b208f88e4dea5a5cd90ca254 (diff)
lots of new code to manage menu items - harder than expected :/
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 %>