aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNemael <100dragons@gmail.com>2020-10-08 15:09:46 +0200
committerNemael <100dragons@gmail.com>2020-10-08 15:09:46 +0200
commit46071bc467cd6d671c2cfe53ffe5d9eedcb96ae3 (patch)
tree038333f96294b65c4e40c1ee6289de5e5c1a8b7c
parent9e884fa034a5aaa9035485644d04b740107725ee (diff)
downloadincommon-map-46071bc467cd6d671c2cfe53ffe5d9eedcb96ae3.tar.gz
Attempt to a fix for the edit resource page
-rw-r--r--app/views/resources/edit.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/resources/edit.html.erb b/app/views/resources/edit.html.erb
index 6d9f1c2..b051bae 100644
--- a/app/views/resources/edit.html.erb
+++ b/app/views/resources/edit.html.erb
@@ -1,9 +1,9 @@
<%= form_with model: @resource, local: true do |f| %>
- <%= tag.legend "" %>
+ <%= tag.legend " " %>
<%= f.label :name %>
<%= f.text_field :name, value: @resource.name %>
- <%= tag.legend "" %>
+ <%= tag.legend " " %>
<%= f.label :categories %>
<%= f.text_field :categories, value: @resource.categories %>