<%# # @file # Code to display a map # /maps/:id #%> <% content_for :title, @map.name + " | Metamaps" %>
<% if authenticated? %>
Save To New Map
<% if @map.permission == "commons" || @map.user == user %>

Realtime:

ON
  • <%= user.name %> (me)
<% end %> <% end %>

Filter By Metacode

allnone
<%= render :partial => 'shared/filterbymetacode' %>
<%= @map.name %>
<%= render :partial => 'maps/mapinfobox' %>
<% if authenticated? %> <% # add these if you have edit permissions on the map %> <% if @map.permission == "commons" || @map.user == user %> <% # for creating and pulling in topics and synapses %> <%= render :partial => 'newtopic' %> <%= render :partial => 'newsynapse' %> <% end %> <% # for populating the change metacode list on the topic card %> <%= render :partial => 'shared/metacodeoptions' %> <% end %>