Commit 91895122 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'codywest-add-license-id' into 'master'

Add license ID to license view

See merge request gitlab-org/gitlab!19113
parents 7db07e5d 28e365ef
......@@ -42,6 +42,11 @@
- if @license.expired?
%span.badge.badge-danger.float-right
%strong= _('Expired')
%li
%span.light= _('License ID:')
%strong= @license.license_id
= clipboard_button(text: @license.license_id, title: _("Copy ID"), class: "btn-transparent btn-clipboard")
.col-md-6
.card.border-info
......
---
title: Add license ID to license view
merge_request: 19113
author:
type: other
......@@ -13264,6 +13264,9 @@ msgstr ""
msgid "License History"
msgstr ""
msgid "License ID:"
msgstr ""
msgid "License URL"
msgstr ""
......
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