% form_for @layer do |f| %>
<%= f.label :name %>
<%= f.text_field :name %>
<%= f.label :description %>
<%= f.text_area :description %>
You have no warped <%= link_to "maps", my_maps_path(current_user) %>
<% else %>| checked="checked"<%-end-%> /> | <%= link_to("detail", map_path(map)) -%> |
<%= link_to "View All 'My Maps'", my_maps_path(current_user) %>
<% end %>