Skip to content

Commit

Permalink
Fix import of media for lectures not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 22, 2024
1 parent 01593c9 commit cddf401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/lectures/edit/_imported_media.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<hr class="lecture-pane-separator">
<h3 class="lecture-pane-header">
<%= t('admin.lecture.imported_media') %>
<span id="importMedia" data-lecture="<%= lecture.id %>">
<span id="importedMediaCount">
(<%= lecture.imported_media.size %>)
</span>
</span>
</h3>

<div id="importedMediaTable"
Expand Down

0 comments on commit cddf401

Please sign in to comment.