<% if @map %>

# of Topics: <%= @map.items.count %>

# of Synapses: <%= @map.synapses.count %>

<%= @map.name %>

<%= @map.desc %>

<% elsif @items %>
<% if authenticated? %> <%= render :partial => 'items/new' %> <%= render :partial => 'synapses/new' %> <% end %> <% else %>


Shucks, there are no maps.

<% end %>