mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
13 lines
No EOL
628 B
Text
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. |