mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
fix weird alignment
This commit is contained in:
parent
cdd932c35f
commit
2cfd5d2f19
1 changed files with 1 additions and 4 deletions
|
@ -10,16 +10,13 @@
|
||||||
== @description
|
== @description
|
||||||
.js-tagsauce id="image_tags_and_source_#{@image.id}"
|
.js-tagsauce id="image_tags_and_source_#{@image.id}"
|
||||||
.tagsauce
|
.tagsauce
|
||||||
.block
|
|
||||||
| Tags:
|
|
||||||
= render PhilomenaWeb.TagView, "_tag_list.html", tags: @image.tags
|
= render PhilomenaWeb.TagView, "_tag_list.html", tags: @image.tags
|
||||||
.block
|
.block
|
||||||
.flex.flex--wrap#image-source
|
.flex.flex--wrap#image-source
|
||||||
' Source:
|
|
||||||
= if !!@image.source_url and @image.source_url != "" do
|
= if !!@image.source_url and @image.source_url != "" do
|
||||||
a href=@image.source_url = @image.source_url
|
a href=@image.source_url = @image.source_url
|
||||||
- else
|
- else
|
||||||
em> not provided yet
|
em> no source provided yet
|
||||||
|
|
||||||
h4 Comments
|
h4 Comments
|
||||||
#comments data-current-url="" data-loaded="true"
|
#comments data-current-url="" data-loaded="true"
|
||||||
|
|
Loading…
Reference in a new issue