From 8818aa680c2ddaf1204e297fe27f088499eea74f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 14 Mar 2024 22:17:12 +0100 Subject: Dropped redundant 'location' column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like I messed up later on and kept two columns which were basically referring to the same thing. Signed-off-by: Miquel Sabaté Solà --- app/views/things/_form.html.erb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/views/things') diff --git a/app/views/things/_form.html.erb b/app/views/things/_form.html.erb index da90302..0569cc4 100644 --- a/app/views/things/_form.html.erb +++ b/app/views/things/_form.html.erb @@ -49,11 +49,6 @@ <%= form.date_field :access %> -
- <%= form.label :location %> - <%= form.text_field :location %> -
-
<%= form.label :insideof %> <%= form.text_field :insideof %> -- cgit v1.2.3