%# # @file # Partial view, renders a form that creates a new map. #%>
Topics and synapses you create newly on this map will be set by default to the permissions of your map.
<%= form.hidden_field :topicsToMap, :value => 0 %> <%= form.hidden_field :synapsesToMap, :value => 0 %> <%= form.submit "Save", class: "add" %> <% end %>