philomena/lib/philomena_web/templates/image/_image_page.html.slime

15 lines
859 B
Text

.center--layout--flex
= if @image.thumbnails_generated do
= render PhilomenaWeb.ImageView, "_image_target.html", embed_display: false, image: @image, conn: @conn
- else
#thumbnails-not-yet-generated.block.block--fixed.block--warning.layout--narrow
h3 Just a moment
= if @image.image_mime_type == "video/webm" do
p WEBM uploads may take longer to process, it should appear in up to an hour (depending on file size and video length).
- else
p The image should appear in a few minutes; report it otherwise.
p Implications might have added tags, so check them in the meanwhile.
= if !@image.processed and @image.thumbnails_generated do
br
#image-being-optimized.block.block--fixed.block--warning.layout--narrow
| This image is being processed to optimize the filesize. It should finish shortly.