Skip to content

Commit

Permalink
fix(ui): no space after tag: (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Rodolfo Cavalcante <[email protected]>
  • Loading branch information
rccavalcante and Rodolfo Cavalcante authored Dec 2, 2022
1 parent ec43c4b commit 1b9ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/ui/views/matrix/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
.tag-parent{"title": tag.tooltip, "data-toggle": "tooltip", "data-placement": "right"}
%a{href: tag.url}
.tag.badge.badge-primary
= "tag:" + ellipsisize(tag.name)
= "tag: " + ellipsisize(tag.name)
- line.other_provider_version_tags.each do | tag |
.tag-parent{"title": tag.tooltip, "data-toggle": "tooltip", "data-placement": "right"}
%a{href: tag.url}
Expand Down

0 comments on commit 1b9ebdf

Please sign in to comment.