Skip to content

Commit

Permalink
Undo unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Oct 30, 2023
1 parent f3d5338 commit 2f82f27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/submissions/_correction_upload.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
data-tr-success="<%= t('buttons.upload_success') %>"
data-tr-failure="<%= t('submission.upload_failure') %>"
data-tr-failure-empty-file="<%= t('submission.upload_failure_empty_file') %>"
data-tr-missing-consent="<%= t('submission.missing_consent') %>"
data-tr-post-processing="<%= t('basics.post_processing') %>"
class="btn btn-sm btn-outline-secondary">
data-tr-missing-consent="<%= t('submission.missing_consent')%>"
data-tr-post-processing="<%= t('basics.post_processing')%>"
class="btn btn-sm btn-outline-secondary"
>
<%= t('buttons.upload') %>
</button>
<div class="col-12" id="upload-correction-metadata-<%= submission.id %>">
Expand Down
1 change: 1 addition & 0 deletions app/views/tutorials/_bulk_correction_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<button id="bulk-uploadButton-button-actual"
data-tr-success="<%= t('buttons.upload_success') %>"
data-tr-failure="<%= t('submission.upload_failure') %>"
data-tr-missing-consent="<%= t('submission.missing_consent')%>"
data-tr-failure-empty-file="<%= t('submission.upload_failure_empty_file') %>"
data-tr-post-processing="<%= t('basics.post_processing')%>"
class="btn btn-sm btn-outline-secondary"
Expand Down

0 comments on commit 2f82f27

Please sign in to comment.