debian-mirror-gitlab/app/components/pajamas/badge_component.html.haml
2022-10-11 01:57:18 +05:30

6 lines
124 B
Text

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