summaryrefslogtreecommitdiff
path: root/app/views/memory/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/memory/index.html.erb')
-rw-r--r--app/views/memory/index.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/memory/index.html.erb b/app/views/memory/index.html.erb
new file mode 100644
index 0000000..9348db0
--- /dev/null
+++ b/app/views/memory/index.html.erb
@@ -0,0 +1,4 @@
+<%= form_tag "memory/table", method: :get do %>
+ <%= select_tag "project", options_for_select(@projects.collect.with_index{|p, i| [@project_names[i], p]}) %>
+ <%= submit_tag "View Table", name: nil %>
+<% end %>