.center--layout--flex - if not post.visible_to?(current_user) .block.block--fixed.block--warning strong> Post not found or deleted p The post embedded here was not found or has been deleted since it was embedded here. - elsif post.media_type == 'image' && !post.media.thumbnails_generated #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. - else - if post.media_type == 'image' == render partial: 'posts/images/image_display', locals: { post: post, image: post.image } - elsif post.media_type == 'paste' == render partial: 'posts/pastes/paste_display', locals: { post: post, paste: post.paste }