philomena/lib/philomena_web/templates/image/_image_page.html.slime
2019-11-11 19:31:22 -05:00

13 lines
No EOL
628 B
Text

.center--layout--flex
= if @image.thumbnails_generated do
= render PhilomenaWeb.ImageView, "_image_target.html", image: @image
- else
#thumbnails-not-yet-generated.block.block--fixed.block--warning.layout--narrow
h3 Just a moment
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.