Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(core): 2109 update request access modal copy
Browse files Browse the repository at this point in the history
- add link
Closes #2109
Christine Yu committed Jun 9, 2016
1 parent 94e2b4e commit 1af4151
Showing 2 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -4,10 +4,12 @@ <h4 data-translate>Access Error</h4>
<div class="modal-body">
<p>
You don't have access to this file.
</p>
<p>
Please request access.
</p>
</p>
<p>
Please request dbGaP Access to the project (click
<a href="https://gdc.nci.nih.gov/access-data/obtaining-access-controlled-data/registering-and-working-era-commons-and-dbgap"
target="_blank">here</a> for more information).
</p>
</div>
<div class="modal-footer">
<button class="btn btn-warning" ng-click="wc.cancel()" data-translate>Cancel</button>
12 changes: 7 additions & 5 deletions app/scripts/core/templates/request-access-to-download.html
Original file line number Diff line number Diff line change
@@ -8,12 +8,14 @@ <h4 data-translate>Access Error</h4>
<p>
<span class="label label-success">{{meta.authorized.length}}</span> files that you are authorized to download.
</p>
<p>
<p>
<span class="label label-danger">{{meta.unauthorized.length}}</span> files that you are not authorized to download.
</p>
<p>
Please request access.
</p>
</p>
<p>
Please request dbGaP Access to the project (click
<a href="https://gdc.nci.nih.gov/access-data/obtaining-access-controlled-data/registering-and-working-era-commons-and-dbgap"
target="_blank">here</a> for more information).
</p>
</div>
<div class="modal-footer">
<button class="btn btn-warning" ng-click="wc.cancel()" data-translate>Cancel</button>

0 comments on commit 1af4151

Please sign in to comment.