Fix #5015: 'Rating not selected' error leads to an empty page.

This commit is contained in:
evazion
2022-02-19 17:25:14 -06:00
parent 202dfe5d87
commit a916fd9e7b
2 changed files with 11 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<% end %>
<% elsif @upload.media_asset_count == 1 %>
<div id="p-single-asset-upload">
<%= render "single_asset_upload", upload_media_asset: @upload.upload_media_assets.first %>
<%= render "uploads/single_asset_upload", upload_media_asset: @upload.upload_media_assets.first %>
</div>
<% end %>
</div>