<%= form_for Map.new, url: maps_url, remote: true, html: { class: "new_map", id: "fork_map" } do |form|%>
<% if controller_name == "maps" %>
Save To New Map
<% elsif controller_name == "topics" %>
Save As New Map
<% end %>
*new topics and synapses take on the same permission as the map they are created on
<% end %>