Skip to content

Commit

Permalink
Merge 35eaa11 into 76aeec7
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Aug 21, 2018
2 parents 76aeec7 + 35eaa11 commit 887d475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Use `name` field for contributors on preprint-detail page
- Prevent banner from loading on `preprint-detail` page if preprint is undefined
- Show DOI url if it exists

## Changed
- Use Ember-CSS-Modules
Expand Down
2 changes: 1 addition & 1 deletion app/templates/preprints/provider/preprint-detail.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<section class="p-t-xs">
<h4 class="p-v-md f-w-md"><strong>{{t "content.preprintDOI"}}</strong></h4>
{{#if preprint.isPublished}}
{{#if preprint.preprintDoiUrl}}
{{#if preprint.preprintDoiCreated}}
<a href={{preprint.preprintDoiUrl}}>{{extract-doi preprint.preprintDoiUrl}}</a>
{{else}}
Expand Down

0 comments on commit 887d475

Please sign in to comment.