Skip to content

Commit

Permalink
Open EDTA link in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Bedford committed Oct 11, 2016
1 parent 174cfef commit cb75861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/patients/diagnoses/diagnoses-component.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<div frm-control>
<div frm-diagnosis-field patient="patient" model="item.diagnosis" required="!item.diagnosisText"></div>
<div frm-help><a href="https://www.era-edta-reg.org/prd.jsp">ERA-EDTA PRD codes.</a></div>
<div frm-help><a href="https://www.era-edta-reg.org/prd.jsp" target="_blank">ERA-EDTA PRD codes.</a></div>
<div frm-errors errors="item.errors.diagnosis"></div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<div frm-primary-diagnosis-field cohort="cohort" model="item.diagnosis" required="true"></div>
<div frm-help>
Choose the most specific diagnosis.<br />
<a href="https://www.era-edta-reg.org/prd.jsp">ERA-EDTA PRD codes.</a>
<a href="https://www.era-edta-reg.org/prd.jsp" target="_blank">ERA-EDTA PRD codes.</a>
</div>
<div frm-errors errors="item.errors.diagnosis"></div>
</div>
Expand Down

0 comments on commit cb75861

Please sign in to comment.