diff --git a/app/views/maps/_newtopic.html.erb b/app/views/maps/_newtopic.html.erb index 8e10c7a7..7b833d3c 100644 --- a/app/views/maps/_newtopic.html.erb +++ b/app/views/maps/_newtopic.html.erb @@ -14,7 +14,7 @@ <% @metacodes.each do |metacode| %> <%= metacode.name %> <% end %> - + <%= form.text_field :name, :maxlength => 140, :placeholder => "title..." %> @@ -23,12 +23,10 @@ <% end %> diff --git a/app/views/maps/_newtopicsecret.html.erb b/app/views/maps/_newtopicsecret.html.erb index 603a0fb2..ffbc497a 100644 --- a/app/views/maps/_newtopicsecret.html.erb +++ b/app/views/maps/_newtopicsecret.html.erb @@ -5,7 +5,6 @@
<% @metacodes = user_metacodes() - puts user_metacode() @metacodes.each do |m| %> <%= m.name %> <% end %>