Skip to content

Commit

Permalink
Fix wrong code alignment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Oct 23, 2023
1 parent 6a953d1 commit 3289e75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/tutorials/bulk_upload.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ $('#bulk-upload-report').empty()
locals: { report: @report } %>').show()
$('#tutorial-table').empty()
.append('<%= j render partial: "tutorials/table",
locals: { assignment: @assignment,
tutorial: @tutorial,
initBootstrapPopovers() stack: @stack } %>')
locals: { assignment: @assignment,
tutorial: @tutorial,
stack: @stack } %>')
initBootstrapPopovers()
<% end %>
<% else %>
location.reload(true)
Expand Down

0 comments on commit 3289e75

Please sign in to comment.