+
-
- <%= f.label "#{_('Funder')}", for: :funder_name %>
- <%= f.text_field :funder_name, class: "input-large left-indent" %>
-
+
+ <%= f.label "#{_('Funder')}", for: :funder_name %>
+ <%= f.text_field :funder_name, class: "input-large left-indent" %>
+
-
- <%= f.label :grant_number %>
- <%= f.text_field :grant_number, class: 'input-small left-indent', 'data-toggle': "tooltip",
- 'data-content': _('Grant reference number if applicable [POST-AWARD DMPs ONLY]') %>
-
+
+ <%= f.label :grant_number %>
+ <%= f.text_field :grant_number, class: 'input-small left-indent', 'data-toggle': "tooltip",
+ 'data-content': _('Grant reference number if applicable [POST-AWARD DMPs ONLY]') %>
+
-
+
-
- <%= f.label _('ID'), for: :identifier %>
- <%= f.text_field :identifier, class: 'input-small left-indent', 'data-toggle': "tooltip",
- 'data-content': _('A pertinent ID as determined by the funder and/or institution.') %>
-
+
+ <%= f.label _('ID'), for: :identifier %>
+ <%= f.text_field :identifier, class: 'input-small left-indent', 'data-toggle': "tooltip",
+ 'data-content': _('A pertinent ID as determined by the funder and/or institution.') %>
+
-
+
-
- <%= _('Principal Investigator') %>
-
+
+ <%= _('Principal Investigator') %>
+
-
- <%= f.label _('Name'), for: :principal_investigator, 'aria-label': _('Principal Investigator Name') %>
- <%= f.text_field :principal_investigator, class: 'input-small left-indent' %>
-
+
+ <%= f.label _('Name'), for: :principal_investigator, 'aria-label': _('Principal Investigator Name') %>
+ <%= f.text_field :principal_investigator, class: 'input-small left-indent' %>
+
-
- <%= f.label _('ORCID iD'), for: :principal_investigator_identifier, 'aria-label': _('Principal Investigator ORCID iD') %>
- <%= f.text_field :principal_investigator_identifier, class: 'input-small left-indent' %>
-
+
+ <%= f.label _('ORCID iD'), for: :principal_investigator_identifier, 'aria-label': _('Principal Investigator ORCID iD') %>
+ <%= f.text_field :principal_investigator_identifier, class: 'input-small left-indent' %>
+
-
- <%= f.label _('Email'), for: :principal_investigator_email, 'aria-label': _('Principal Investigator Email') %>
- <%= f.email_field :principal_investigator_email, class: 'input-small left-indent' %>
-
-
+
+ <%= f.label _('Email'), for: :principal_investigator_email, 'aria-label': _('Principal Investigator Email') %>
+ <%= f.email_field :principal_investigator_email, class: 'input-small left-indent' %>
+
+
-
-
- <%= f.label(:data_contact, raw("#{_('Data Contact Person')} ")) %>
-
-
- />
-
- <%= _('Same as Principal Investigator') %>
-
-
-
- <%= f.label _('Name'), for: :data_contact, 'aria-label': _('Data Contact Name') %>
- <%= f.text_field :data_contact, class: 'input-small left-indent' %>
-
-
- <%= f.label _('Phone'), for: :data_contact_phone, 'aria-label': _('Data Contact Phone') %>
- <%= f.telephone_field :data_contact_phone, class: 'input-small left-indent' %>
-
-
- <%= f.label _('Email'), for: :data_contact_email, 'aria-label': _('Data Contact Email') %>
- <%= f.email_field :data_contact_email, class: 'input-small left-indent' %>
-
-
+
+
+ <%= f.label(:data_contact, raw("#{_('Data Contact Person')} ")) %>
+
+
+ />
+
+ <%= _('Same as Principal Investigator') %>
+
+
+
+ <%= f.label _('Name'), for: :data_contact, 'aria-label': _('Data Contact Name') %>
+ <%= f.text_field :data_contact, class: 'input-small left-indent' %>
+
+
+ <%= f.label _('Phone'), for: :data_contact_phone, 'aria-label': _('Data Contact Phone') %>
+ <%= f.telephone_field :data_contact_phone, class: 'input-small left-indent' %>
+
+
+ <%= f.label _('Email'), for: :data_contact_email, 'aria-label': _('Data Contact Email') %>
+ <%= f.email_field :data_contact_email, class: 'input-small left-indent' %>
+
+
-
-
-
- <%= render partial: 'shared/accessible_submit_button',
- locals: {id: 'save-details-button',
- val: _('Save'),
- disabled_initially: true,
- classes: 'small-input-button left-indent',
- tooltip: _('You must provide a project title and any email addresses must be valid.')} %>
-
-