Commit d1c676e2 authored by James Lopez's avatar James Lopez

Merge branch 'gl-card-license-history' into 'master'

Move license history to gl-table utility class

See merge request gitlab-org/gitlab!58531
parents 2d4659e8 4787fa0f
---
title: Move license history to gl-table utility class
merge_request: 58531
author: Yogi (@yo)
type: changed
......@@ -2,9 +2,8 @@
%h4= _('License History')
.card#license_history
%table.table
%thead.card-header
%table.gl-table.table#license_history
%thead
%tr
- licensee_keys.each do |label|
%th= label
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment