summaryrefslogtreecommitdiff
path: root/app/views/memory/index.html.erb
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-07-01 04:48:52 +0200
committerMrYummy <elemental428@gmail.com>2017-07-01 04:48:52 +0200
commit0f74795159ba65432aa1a6a25367dfdcffd4bb12 (patch)
treeded77479274a99d6f9f5668b911229c1eabb4087 /app/views/memory/index.html.erb
parent3bfc74045fa61e7646754a1563c8813ed0952f14 (diff)
Added basic hexfile reading that respects r/w perms
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 %>