From 3c7c3f68570aac6f16acd3bef420ab3694e921f2 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 5 Feb 2017 08:32:18 +0000 Subject: [PATCH] minor touch ups --- app/views/maps/_newtopic.html.erb | 12 +++++------- app/views/maps/_newtopicsecret.html.erb | 1 - 2 files changed, 5 insertions(+), 8 deletions(-) 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 %>