Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add help popover and adjust text. #1682

Merged
merged 1 commit into from
Apr 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 11 additions & 2 deletions refinery/ui/source/js/data-set-import/partials/metadata-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,7 @@ <h1>Complete Submission</h1>
<div class="row m-t-1-4 m-b-1-4">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="m-t-1 m-b-1">
Does the <strong>Data File Column</strong> reference any local
files?
Does the <strong>Data File Column</strong> refer to local files?
<label class="p-l-1-2">
<input
type="radio"
Expand Down Expand Up @@ -531,6 +530,16 @@ <h1>Complete Submission</h1>
ng-disabled="!metadataTable.dataFileColumn">
Check Data Files
</button>
<a
popover-placement="right"
uib-popover="Use this button to check that you have
successfully uploaded all of your data files."
popover-title="Check Data Files"
popover-trigger="focus"
popover-append-to-body="true"
tabindex="0">
<i class="fa fa-question-circle info-icon icon-only"></i>
</a>
</div>
<rp-file-upload></rp-file-upload>
</div>
Expand Down