mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +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
|
||||
.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"
|
||||
|
|
Loading…
Reference in a new issue