diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/resources/edit.html.erb | 4 |
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 %> |