summaryrefslogtreecommitdiff
path: root/app/views/search/go.html.erb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-22 17:42:57 -0400
committertkimia <tkimia@purdue.edu>2014-04-22 17:42:57 -0400
commitbb53f8ac2ab52301b32fe65ddc10a32f6bc730e8 (patch)
tree7e1f13fc9227093c7c2d5d60777cc7360fb34318 /app/views/search/go.html.erb
parent44c8a2709c9eebe75f2d97ef2dee28a6f5966c9f (diff)
prelim search
Diffstat (limited to 'app/views/search/go.html.erb')
-rw-r--r--app/views/search/go.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/search/go.html.erb b/app/views/search/go.html.erb
new file mode 100644
index 0000000..12a76c8
--- /dev/null
+++ b/app/views/search/go.html.erb
@@ -0,0 +1,6 @@
+<h3> Showing results for: <span><%= @query %></span></h3>
+
+
+<% if @tounaments.empty? and @players.empty %>
+ <p> No results found for "<%= @query %>" </p>
+<% else %> \ No newline at end of file