Fix the related tags Javascript trying to run on the multi-file upload page. It should only run on the single-file upload page.
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
<div id="c-uploads">
|
|
<div id="a-show">
|
|
<h1>Upload</h1>
|
|
|
|
<div id="p-single-asset-upload">
|
|
<%= render "uploads/single_asset_upload", upload_media_asset: @upload_media_asset %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "uploads/secondary_links" %>
|