diff --git a/app/controllers/synapses_controller.rb b/app/controllers/synapses_controller.rb
index db30a058..dc36ff28 100644
--- a/app/controllers/synapses_controller.rb
+++ b/app/controllers/synapses_controller.rb
@@ -21,7 +21,6 @@ class SynapsesController < ApplicationController
# POST /synapses
# POST /synapses.json
def create
- binding.pry
@synapse = Synapse.new(synapse_params)
@synapse.update_attribute :desc, "" if @synapse.desc.nil?
diff --git a/app/views/maps/_newtopic.html.erb b/app/views/maps/_newtopic.html.erb
index 16b5fecb..e5263d76 100644
--- a/app/views/maps/_newtopic.html.erb
+++ b/app/views/maps/_newtopic.html.erb
@@ -4,7 +4,7 @@
<% @metacodes = user_metacodes() %>
<% set = get_metacodeset() %>
<% @metacodes.each do |metacode| %>
-
+
<% end %>
<%= form.text_field :name, :maxlength => 140, :placeholder => "title..." %>
diff --git a/app/views/metacode_sets/_form.html.erb b/app/views/metacode_sets/_form.html.erb
index e3d1ae40..f7ef60c6 100644
--- a/app/views/metacode_sets/_form.html.erb
+++ b/app/views/metacode_sets/_form.html.erb
@@ -37,7 +37,7 @@
<% while $i < (Metacode.all.length / 4) do %>
class="toggledOff"<% end %>
onclick="Metamaps.Admin.liClickHandler.call(this);">
-
+
<%= @m[$i].name.downcase %>
@@ -48,7 +48,7 @@
<% while $i < (Metacode.all.length / 4 * 2) do %>
class="toggledOff"<% end %>
onclick="Metamaps.Admin.liClickHandler.call(this);">
-
+
<%= @m[$i].name.downcase %>
@@ -59,7 +59,7 @@
<% while $i < (Metacode.all.length / 4 * 3) do %>
class="toggledOff"<% end %>
onclick="Metamaps.Admin.liClickHandler.call(this);">
-
+
<%= @m[$i].name.downcase %>
@@ -70,7 +70,7 @@
<% while $i < Metacode.all.length do %>
class="toggledOff"<% end %>
onclick="Metamaps.Admin.liClickHandler.call(this);">
-
+
<%= @m[$i].name.downcase %>
diff --git a/app/views/metacode_sets/index.html.erb b/app/views/metacode_sets/index.html.erb
index ba83b0a3..8f6aa810 100644
--- a/app/views/metacode_sets/index.html.erb
+++ b/app/views/metacode_sets/index.html.erb
@@ -23,7 +23,7 @@
<%= metacode_set.desc %> |
<% metacode_set.metacodes.each_with_index do |metacode, index| %>
-
+
<% if (index+1)%4 == 0 %>
<% end %>
diff --git a/app/views/metacodes/index.html.erb b/app/views/metacodes/index.html.erb
index 1ebdb5da..4f3563f1 100644
--- a/app/views/metacodes/index.html.erb
+++ b/app/views/metacodes/index.html.erb
@@ -14,7 +14,7 @@
<% @metacodes.each do |metacode| %>
|
<%= metacode.name %> |
- <%= metacode.icon %> |
+ <%= asset_path metacode.icon %> |
<% if metacode.color %>
<%= metacode.color %>
@@ -22,7 +22,7 @@
<% else %>
| |
<% end %>
-  |
+  |
<%= link_to 'Edit', edit_metacode_path(metacode), :data => { :bypass => 'true'} %> |
<% end %>
diff --git a/app/views/metacodes/new.html.erb b/app/views/metacodes/new.html.erb
index 8520bb6c..e10f28d1 100644
--- a/app/views/metacodes/new.html.erb
+++ b/app/views/metacodes/new.html.erb
@@ -2,4 +2,4 @@
<%= render 'form' %>
-
\ No newline at end of file
+
diff --git a/app/views/shared/_cheatsheet.html.erb b/app/views/shared/_cheatsheet.html.erb
index 0af70ec1..7332a1c7 100644
--- a/app/views/shared/_cheatsheet.html.erb
+++ b/app/views/shared/_cheatsheet.html.erb
@@ -61,7 +61,7 @@
Change Topic permission: Click on 'Permission' icon (only for topic creator)
-
Open Topic view: Click on
; %>)
icon within topic card bar
+
Open Topic view: Click on

icon within topic card bar
Close 'Topic' card: Click on canvas
diff --git a/app/views/shared/_metacodeoptions.html.erb b/app/views/shared/_metacodeoptions.html.erb
index 25aae79e..a6092c3e 100644
--- a/app/views/shared/_metacodeoptions.html.erb
+++ b/app/views/shared/_metacodeoptions.html.erb
@@ -12,7 +12,7 @@
<% set.metacodes.sort { |a, b| a.name <=> b.name }.each do |m| %>
-
-
+
<%= m.name %>
@@ -26,7 +26,7 @@
<% Metacode.order("name").all.each do |m| %>
-
-
+
<%= m.name %>
diff --git a/app/views/shared/_switchmetacodes.html.erb b/app/views/shared/_switchmetacodes.html.erb
index 3d683198..067d4d6b 100644
--- a/app/views/shared/_switchmetacodes.html.erb
+++ b/app/views/shared/_switchmetacodes.html.erb
@@ -28,7 +28,7 @@
data-metacodes="<%= m.metacodes.map(&:id).join(',') %>">
<% @list = '' %>
<% m.metacodes.sort{|x,y| x.name <=> y.name }.each_with_index do |m, index| %>
- <% @list += '
' + m.name.downcase + '
' %>
+ <% @list += ' + ')
' + m.name.downcase + '
' %>
<% end %>