Skip to content

Commit

Permalink
correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 committed Oct 29, 2023
1 parent 7e68525 commit 534298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tutorials/_submission_row.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
locals: { submission: submission } %>
<% else %>
<%= render partial: 'submissions/download',
locals: { submission: submission } %>
locals: { submission: submission } %>
<% end %>
</div>
<% if current_user.in?(submission.tutorial.tutors) %>
Expand Down

0 comments on commit 534298c

Please sign in to comment.