This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/app/views/memory/index.html.erb

5 lines
213 B
Plaintext

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