kill extra space after tag link

This commit is contained in:
byte[] 2019-12-08 10:15:42 -05:00
parent ecd0a91025
commit 8fb062503e

View file

@ -57,7 +57,7 @@
.toggle-box-container
.toggle-box-container__content
= 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