Skip to content
Snippets Groups Projects
Commit 80b3c489 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Removed https from orcid placeholder

parent 18d86119
No related tags found
No related merge requests found
Pipeline #7265 failed
......@@ -82,7 +82,8 @@ protected
out << " <div class='col-md-9'>"
out << @builder.text_field(field_name,
options.merge(value: field_value, name: field_name, id: field_id, required: false, placeholder: "https://orcid.org/0000-0000-0000-0000"))
options.merge(value: field_value, name: field_name, id: field_id,
required: false, placeholder: "0000-0000-0000-0000"))
out << ' </div>'
out << '</div>' # row
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment