X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fcustomer%2Fsearchbyname.rhtml;fp=app%2Fviews%2Fcustomer%2Fsearchbyname.rhtml;h=7b17ec18278b651a92fb1a9d294433877322be2f;hb=c9f35305eb2750116e7a073265ea6f1081226895;hp=0000000000000000000000000000000000000000;hpb=0afc41c8d27c42f33040955d6d25ad92f9fbd73d;p=cs356-p2-videostore.git diff --git a/app/views/customer/searchbyname.rhtml b/app/views/customer/searchbyname.rhtml new file mode 100644 index 0000000..7b17ec1 --- /dev/null +++ b/app/views/customer/searchbyname.rhtml @@ -0,0 +1,8 @@ +

Search for a Customer by Name

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