From 41fa418a496325427e2e3f90ae4379c3bd3a188a Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Tue, 8 Jul 2008 21:06:57 +0000 Subject: [PATCH] ActionItem527: oops missed a file --- app/views/search/cities.rhtml | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) create mode 100644 app/views/search/cities.rhtml 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