Prettify the Customer pages
[cs356-p2-videostore.git] / app / views / customer / searchresults.rhtml
index a6488ce..cc32efe 100644 (file)
@@ -1,9 +1,9 @@
-<h1>Search Results</h1>
+<h1>Search Results for '<%= @query[0].to_s %>'</h1>
 
 <% if @customers.empty? %>
 <p>Sorry, there were no results</p>
 <% else %>
-<table>
+<table border="1">
   <tr>
   <th>Customer ID</th>
   <% for column in Customer.content_columns %>