From 5cbd4dd0e684084ce63821bd6eefd0ad909a0b88 Mon Sep 17 00:00:00 2001 From: Finn Bacall Date: Tue, 19 Jul 2022 14:05:08 +0100 Subject: [PATCH] Remove "Recommended" + "Optional" subsections #709 --- app/views/materials/_form.html.erb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/views/materials/_form.html.erb b/app/views/materials/_form.html.erb index 168e6687d..b1a54043d 100644 --- a/app/views/materials/_form.html.erb +++ b/app/views/materials/_form.html.erb @@ -33,10 +33,6 @@ <%= f.input :contact, input_html: { rows: '5', title: t('materials.hints.contact') }, field_lock: true %> - -
-

Recommended

- <%= f.input :doi, field_lock: true, input_html: { title: t('materials.hints.doi') } %> @@ -76,9 +72,6 @@ <%= f.input :date_created, as: :date_picker, field_lock: true, input_html: { title: t('materials.hints.date_created') } %> -
-

Optional

- <% if !TeSS::Config.feature['disabled'].include? 'ardc_fields_of_research' %> <%= render partial: 'common/ardc_vocab_tree',