gitlab-org--gitlab-foss/app/components/pajamas/badge_component.html.haml

7 lines
124 B
Plaintext

- if link?
%a{ href: @href, **html_options }><
= badge_content
- else
%span{ **html_options }><
= badge_content