Skip to content

Commit

Permalink
Merge pull request #4377 from dodona-edu/chore/less-repository-requests
Browse files Browse the repository at this point in the history
Perform less repository requests on the course page
  • Loading branch information
jorg-vr authored Feb 2, 2023
2 parents 80860db + 31b2815 commit ebf8407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/activities/_series_activities_table.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</tr>
</thead>
<tbody>
<% local_assigns[:activities].each_with_index do |activity, index| %>
<% local_assigns[:activities].includes(:repository).each_with_index do |activity, index| %>
<tr>
<td class='status-icon'>
<% if user_signed_in? %>
Expand Down

0 comments on commit ebf8407

Please sign in to comment.