mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
kill extra space after tag link
This commit is contained in:
parent
ecd0a91025
commit
8fb062503e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
.toggle-box-container
|
.toggle-box-container
|
||||||
.toggle-box-container__content
|
.toggle-box-container__content
|
||||||
= map_join @tag.implied_by_tags, ", ", fn tag ->
|
= map_join @tag.implied_by_tags, ", ", fn tag ->
|
||||||
=> link tag.name, to: Routes.tag_path(@conn, :show, tag)
|
= link tag.name, to: Routes.tag_path(@conn, :show, tag)
|
||||||
|
|
||||||
br
|
br
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue