From 2cfd5d2f19ab952cf10fb77f8306f5bcce117c20 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Mon, 11 Nov 2019 18:04:50 -0500 Subject: [PATCH] fix weird alignment --- lib/philomena_web/templates/image/show.html.slime | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/philomena_web/templates/image/show.html.slime b/lib/philomena_web/templates/image/show.html.slime index c4f10f8a..9a601522 100644 --- a/lib/philomena_web/templates/image/show.html.slime +++ b/lib/philomena_web/templates/image/show.html.slime @@ -10,16 +10,13 @@ == @description .js-tagsauce id="image_tags_and_source_#{@image.id}" .tagsauce - .block - | Tags: = render PhilomenaWeb.TagView, "_tag_list.html", tags: @image.tags .block .flex.flex--wrap#image-source - ' Source: = if !!@image.source_url and @image.source_url != "" do a href=@image.source_url = @image.source_url - else - em> not provided yet + em> no source provided yet h4 Comments #comments data-current-url="" data-loaded="true"