Skip to content

Commit

Permalink
Add link to PI user profile on dbGaP application page
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Jun 7, 2024
1 parent 31a6873 commit 2721588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion primed/templates/dbgap/dbgapapplication_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

{% block panel %}
<dl class="row">
<dt class="col-sm-2">dbGaP PI</dt> <dd class="col-sm-9">{{ object.principal_investigator.name }}</dd>
<dt class="col-sm-2">dbGaP PI</dt> <dd class="col-sm-9">
<a href="{{ object.principal_investigator.get_absolute_url }}">
{{ object.principal_investigator.name }}
</a>
</dd>
<dt class="col-sm-2">dbGaP Project ID</dt> <dd class="col-sm-9">{{ object.dbgap_project_id }}</dd>
<dt class="col-sm-2">AnVIL access Group</dt> <dd class="col-sm-9">
{% if show_acm_view_links %}
Expand Down

0 comments on commit 2721588

Please sign in to comment.