From 0f74795159ba65432aa1a6a25367dfdcffd4bb12 Mon Sep 17 00:00:00 2001 From: MrYummy Date: Sat, 1 Jul 2017 04:48:52 +0200 Subject: Added basic hexfile reading that respects r/w perms --- app/views/memory/index.html.erb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/memory/index.html.erb (limited to 'app/views/memory/index.html.erb') 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 %> -- cgit v1.2.3