summaryrefslogtreecommitdiff
path: root/app/views/search
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/search')
-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