gitlab-org--gitlab-foss/app/views/shared/_custom_attributes.html.haml

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

13 lines
331 B
Plaintext
Raw Normal View History

- 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