Skip to content
Snippets Groups Projects

Return only doi

Merged Anusha Ranganathan requested to merge bug_fix/doi_display into develop
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -30,7 +30,7 @@ class DOI
end
def label
"doi:#{@identifier}"
@identifier
end
def self.match_doi_prefix(value)
Loading