Skip to content
代码片段 群组 项目
提交 a673694c 编辑于 作者: Allen Cook's avatar Allen Cook
浏览文件

Merge branch '367112-custom-attributes-pajamas-card' into 'master'

No related branches found
No related tags found
无相关合并请求
- return unless custom_attributes.present?
.card
.card-header
= 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'))
%ul.content-list
- custom_attributes.each do |custom_attribute|
%li
%span.light
= custom_attribute.key
%strong
= custom_attribute.value
- c.body do
%ul.content-list
- custom_attributes.each do |custom_attribute|
%li
%span.light
= custom_attribute.key
%strong
= custom_attribute.value
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册