<% if @map %>

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

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

<%= @map.name %>

<%= @map.desc %>

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


Shucks, there are no maps.

<% end %> close

On my Canvas

In the Commons

Find... by
<%= form_for Item.new, :html => { :class => "find_topic_by_name find find_topic", :id => "find_topic_by_name" } do |f| %> <%= f.autocomplete_field :name, autocomplete_item_name_items_path, :id => "topic_by_name_input", :placeholder => "Search for topics..." %> <% end %> <%= form_for Map.new, :html => { :class => "find_map_by_name find", :id => "find_map_by_name" } do |f| %> <%= f.autocomplete_field :name, autocomplete_map_name_maps_path, :id => "map_by_name_input", :placeholder => "Search for maps..." %> <% end %> <%= form_for User.new, :html => { :class => "find_mapper_by_name find", :id => "find_mapper_by_name" } do |f| %> <%= f.autocomplete_field :name, autocomplete_user_name_users_path, :id => "mapper_by_name_input", :placeholder => "Search for mappers..." %> <% end %>
  • Show All
  • Action

    action

  • Activity

    activity

  • Bizarre

    bizarre

  • Catalyst

    catalyst

  • Closed

    closed

  • Experience

    experience

  • Future Dev

    future dev

  • Group

    group

  • Idea

    idea

  • Hide All
  • Implication

    implication

  • Insight

    insight

  • Intention

    intention

  • Knowledge

    knowledge

  • Location

    location

  • Open Issue

    open issue

  • Opinion

    opinion

  • Opportunity

    opportunity

  • Person

    person

  • Platform

    platform

  • Problem

    problem

  • Question

    question

  • Reference

    reference

  • Requirement

    requirement

  • Resource

    resource

  • Role

    role

  • Task

    task

  • Tool

    tool

  • Trajectory

    trajectory

<%= form_tag("/search", :method => "get", :id => 'get_topics_form', :class => 'get_topics_form', :remote => true) do %> <%= text_field_tag(:topics_by_user_id, "", :id => "topicsByUser", :class => "getTopicsInput") %> <%= text_field_tag(:topics_by_map_id, "", :id => "topicsByMap", :class => "getTopicsInput") %> <% end %>