* Add a "Size" menu to the My Uploads / All Uploads pages to allow changing the thumbnail size. * Make the My Uploads / All Uploads pages use the same thumbnail size as the post index page. * Change the "Gallery | Table" links on the My Uploads page to icons.
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
<div id="c-uploads">
|
|
<div id="a-show">
|
|
<h1 class="mb-4">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" %>
|