diff --git a/app/views/search/cities.rhtml b/app/views/search/cities.rhtml new file mode 100644 index 0000000..a6bf7f0 --- /dev/null +++ b/app/views/search/cities.rhtml @@ -0,0 +1,7 @@ +<% if !@cities.empty? %> + <% @cities.each do |city| %> + + <% end %> +<% else %> + +<% end%> -- libgit2 0.21.2