<%# # @file # Shows a map as a card. # Any list of maps uses this rendering. #%> <%= div_for map do %>
">
<%= best_in_place map, :name, :type => :textarea, :classes => 'best_in_place_name' %>
<%= best_in_place map, :desc, :type => :textarea, :nil => "Click to add description.", :classes => 'best_in_place_desc' %>
<% end %>