summaryrefslogtreecommitdiff
path: root/app/views/shared/_custom_attributes.html.haml
blob: 966ab8e3cb1fa6d39ee260ec8a8e84e9701ad9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- return unless custom_attributes.present?

.card
  .card-header
    = link_to(_('Custom Attributes'), help_page_path('api/custom_attributes.md'))
  %ul.content-list
    - custom_attributes.each do |custom_attribute|
      %li
        %span.light
          = custom_attribute.key
        %strong
          = custom_attribute.value