summaryrefslogtreecommitdiff
path: root/app/views/memory/index.html.erb
blob: 6abcee0ea75d79bd7de58cb8cfaf18a5936b8613 (plain)
1
2
3
4
5
<%= 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]}) %>
  <br><br>
  <%= submit_tag "Load table", name: nil, class: "btn blue" %>
<% end %>