summaryrefslogtreecommitdiff
path: root/app/views/memory/index.html.erb
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-07-04 22:24:50 +0200
committerMrYummy <elemental428@gmail.com>2017-07-04 22:27:07 +0200
commit0aad3bb71afbb6419b90f499118f18676452b095 (patch)
treee6af19ca1fe67f2edfa1f2fef47089a97b1f9eeb /app/views/memory/index.html.erb
parent0f74795159ba65432aa1a6a25367dfdcffd4bb12 (diff)
Added choice of project, r/w perms, and fixed up some cssmemory
Diffstat (limited to 'app/views/memory/index.html.erb')
-rw-r--r--app/views/memory/index.html.erb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/memory/index.html.erb b/app/views/memory/index.html.erb
index 9348db0..6abcee0 100644
--- a/app/views/memory/index.html.erb
+++ b/app/views/memory/index.html.erb
@@ -1,4 +1,5 @@
-<%= form_tag "memory/table", method: :get do %>
+<%= form_tag url_for(controller: "memory", action: "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 %>
+ <br><br>
+ <%= submit_tag "Load table", name: nil, class: "btn blue" %>
<% end %>