<%# # @file # Located at /console # Console view has the Find/Analyze/Organize tabs, and starts mostly empty # so it's kind of like a workspace. You can then save to map, etc. # Emphasis is on pulling in and creating data. #%> <% content_for :title, "Console | Metamaps" %>
<% if authenticated? %> <% end %>

Console

<% if authenticated? %> <%= render :partial => 'topics/new' %> <%= render :partial => 'synapses/new' %> <%= render :partial => 'maps/new' %> <% end %> <%= render :partial => 'find' %>