Commit 28e365ef authored by Cody West's avatar Cody West Committed by Paul Slaughter
parent f48063a3
......@@ -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
......@@ -13255,6 +13255,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