projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Change the default route to the login page
[cs356-p2-videostore.git]
/
app
/
views
/
game
/
search.rhtml
1
<h1>Search for a Game by Name</h1>
2
3
<%= start_form_tag :action => 'search' %>
4
<%= text_field 'q', nil %>
5
<%= submit_tag 'Search' %></form>
6
<%= end_form_tag %>
7
8
<br />