Skip to content

Commit

Permalink
Clean up display of Questionnaire reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Jan 15, 2025
1 parent 1cc505d commit 03212db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
</script>

<strong>Questionnaire reference: {resource.questionnaire}</strong>
<strong>Questionnaire resource: <a href='{resource.questionnaire}'>{resource.identifier.value}</a></strong>
<strong>Questionnaire identifier: {resource.identifier.value}</strong>
<strong>Questionnaire reference: <a href='{resource.questionnaire}'>{resource.questionnaire}</a></strong>
<br />
Authored: {resource.authored}
{#if resource.source}
Expand Down

0 comments on commit 03212db

Please sign in to comment.