X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fcustomer%2Fsearch.rhtml;fp=app%2Fviews%2Fcustomer%2Fsearchbyname.rhtml;h=fd105b740e34407e1d42e3e35d993d96efeb83f6;hb=bbf13350a73e14c5448f6fb0077126b7d92cdb48;hp=7b17ec18278b651a92fb1a9d294433877322be2f;hpb=aafbf2bd36dcfa82f56d4586fa19a7d9a1f815e6;p=cs356-p2-videostore.git diff --git a/app/views/customer/searchbyname.rhtml b/app/views/customer/search.rhtml similarity index 73% rename from app/views/customer/searchbyname.rhtml rename to app/views/customer/search.rhtml index 7b17ec1..fd105b7 100644 --- a/app/views/customer/searchbyname.rhtml +++ b/app/views/customer/search.rhtml @@ -1,6 +1,6 @@

Search for a Customer by Name

-<%= start_form_tag :action => 'searchresults'%> +<%= start_form_tag :action => 'search'%> <%= text_field 'q', nil %> <%= submit_tag 'Search' %> <%= end_form_tag %>