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.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 %>