# of Topics: <%= @user.topics.count %>
# of Synapses: <%= @user.synapses.count %>
# of Maps: <%= @user.maps.count %>
<%= link_to "View their topics", user_topics_path(@user)%>
<%= link_to "View their synapses", user_synapses_path(@user)%>
<%= link_to "View their maps", user_maps_path(@user) %>