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

_custom_attributes.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e5f1cb063c4bb0695dee245052018e22f5bc1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- return unless custom_attributes.present?

= render Pajamas::CardComponent.new(body_options: { class: 'gl-py-0' }) do |c|
  - c.header do
    = link_to(_('Custom Attributes'), help_page_path('api/custom_attributes.md'))
  - c.body do
    %ul.content-list
      - custom_attributes.each do |custom_attribute|
        %li
          %span.light
            = custom_attribute.key
          %strong
            = custom_attribute.value