debian-mirror-gitlab/app/components/pajamas/badge_component.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
124 B
Text
Raw Normal View History

2022-10-11 01:57:18 +05:30
- if link?
%a{ href: @href, **html_options }><
= badge_content
- else
%span{ **html_options }><
= badge_content