Metamaps.cc is a free and open source web platform that supports real-time sense-making and distributed collaboration between individuals, communities and organizations.
@@ -32,42 +32,42 @@
Metamaps.cc is created and maintained by a distributed community of contributors passionate about the evolution of collaboration, alternative forms of value creation and increase of collective intelligence through the lens of the open culture and the peer-to-peer revolution.
The Metamaps platform is currently in an invite-only beta with the express purpose of creating a high value knowledge ecosystem, a diverse community of contributors and a culture of collaboration and curiosity.
As a valued beta tester, you have the ability to invite your peers, colleagues and collaborators onto the platform.
Below is a personal invite link containing your unique access code, which can be used multiple times.
-
{ invite_link() }
-
+
{ invite_link() }
+
-
+
{ render :partial => 'shared/forkmap' }
-
+
{ render :partial => 'shared/switchmetacodes' }
{ end }
diff --git a/views/layouts/_templates.html.erb b/views/layouts/_templates.html.erb
index ccf35db0..da351bed 100644
--- a/views/layouts/_templates.html.erb
+++ b/views/layouts/_templates.html.erb
@@ -3,48 +3,48 @@
# templates for the upper right autocomplete results
#}
-
+
diff --git a/views/layouts/application.html.erb b/views/layouts/application.html.erb
index 0bffbe61..d1e2bc74 100644
--- a/views/layouts/application.html.erb
+++ b/views/layouts/application.html.erb
@@ -6,8 +6,8 @@
#}
{ render :partial => 'layouts/head' }
-
-
+
+
{ yield }
{ if current_user }
{ # for creating and pulling in topics and synapses }
diff --git a/views/maps/_newtopic.html.erb b/views/maps/_newtopic.html.erb
index ec0efffc..73e472d5 100644
--- a/views/maps/_newtopic.html.erb
+++ b/views/maps/_newtopic.html.erb
@@ -1,25 +1,25 @@
{ @metacodes = user_metacodes() }
{ form_for Topic.new, url: topics_url, remote: true do |form| }
-