Welcome to mirror list, hosted at ThFree Co, Russian Federation.

badge_component.html.haml « pajamas « components « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eaadc681f0e8abc232b0da3dda5947d392d19133 (plain)
1
2
3
4
5
6
- if link?
  %a{ href: @href, **html_options }><
    = badge_content
- else
  %span{ **html_options }><
    = badge_content