Commit 41fa418a496325427e2e3f90ae4379c3bd3a188a

Authored by MoisesMachado
1 parent 2f18b880

ActionItem527: oops missed a file


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2170 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
app/views/search/cities.rhtml 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +<% if !@cities.empty? %>
  2 + <% @cities.each do |city| %>
  3 + <option value=<%= city.id.to_s.inspect %>><%= city.name %></option>
  4 + <% end %>
  5 +<% else %>
  6 + <option value=''>---</option>
  7 +<% end%>
... ...