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

chore: take csv and attachments download out of beta #1466

Merged
merged 3 commits into from
Mar 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<div ng-if="attachmentsToDownload > 0">
<div class="field-title">
Download {{ attachmentsToDownload }} responses and attachments
<span class="beta-icon">beta</span>
</div>
<div class="field-description">
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="modal-body">
<div class="field-title">
Download {{ responsesCount }} responses and attachments
<span class="beta-icon">beta</span>
</div>
<div ng-if="responsesCount > 0" class="field-description">
<div class="modal-content-spacing">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<a
ng-click="vm.confirmSubmissionCountsBeforeDownload()"
style="cursor: pointer"
>CSV and attachments <span class="beta-icon">beta</span></a
>CSV and attachments</a
>
</li>
</ul>
Expand Down