Skip to content

Commit

Permalink
Remove "Recommended" + "Optional" subsections
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Jul 19, 2022
1 parent c83ce40 commit 5cbd4dd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/views/materials/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
<!-- Field: Contact -->
<%= f.input :contact, input_html: { rows: '5', title: t('materials.hints.contact') }, field_lock: true %>


<hr/>
<h4>Recommended</h4>

<!-- Field: DOI -->
<%= f.input :doi, field_lock: true, input_html: { title: t('materials.hints.doi') } %>

Expand Down Expand Up @@ -76,9 +72,6 @@
<!-- Field: Date Created -->
<%= f.input :date_created, as: :date_picker, field_lock: true, input_html: { title: t('materials.hints.date_created') } %>

<hr/>
<h4>Optional</h4>

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

0 comments on commit 5cbd4dd

Please sign in to comment.