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

Commit

Permalink
fix(cart): Use proper directive for login.
Browse files Browse the repository at this point in the history
Closes #741
  • Loading branch information
mjschranz committed May 27, 2015
1 parent 195cc91 commit 1219e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/core/templates/login-to-download-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h4 data-translate>Access Error</h4>
You don't have access to this file.
</p>
<p>
Please <a login-button>login <i class="fa fa-sign-in"></i>.</a>
Please <a auth-button data-redirect="https://gdc.nci.nih.gov">login <i class="fa fa-sign-in"></i>.</a>
</p>
</div>
<div class="modal-footer">
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/core/templates/login-to-download.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4 data-translate>Access Error</h4>
<span class="label label-danger">{{meta.unauthorized.length}}</span> protected files that you are not authorized to download.
</p>
<p>
Please <a login-button>login <i class="fa fa-sign-in"></i>.</a>
Please <a auth-button data-redirect="https://gdc.nci.nih.gov">login <i class="fa fa-sign-in"></i>.</a>
</p>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit 1219e89

Please sign in to comment.