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

card_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: 007229cc69fe9d90005ae0d3269eaacac0ce8863 (plain)
1
2
3
4
5
6
7
8
9
.gl-card{ @card_options }
  - if header?
    .gl-card-header{ @header_options }
      = header
  .gl-card-body{ @body_options }
    = body
  - if footer?
    .gl-card-footer{ @footer_options }
      = footer