Skip to content

Commit 0d52537

Browse files
committed
Record view / Metadata info / Add standard name and version.
1 parent 9429fcc commit 0d52537

File tree

1 file changed

+16
-0
lines changed
  • web-ui/src/main/resources/catalog/views/default/templates/recordView

1 file changed

+16
-0
lines changed

web-ui/src/main/resources/catalog/views/default/templates/recordView/metadata.html

+16
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ <h3 data-translate="">metadataLanguage</h3>
2525
</div>
2626
</div>
2727

28+
29+
<div data-ng-if="mdView.current.record.standardName"
30+
class="gn-margin-bottom flex-row">
31+
<span class="badge badge-rounded" title="{{'documentStandard' | translate}}">
32+
<i class="fa fa-fw fa-certificate"></i>
33+
</span>
34+
<div>
35+
<h3 data-translate="">documentStandard</h3>
36+
<p>
37+
{{mdView.current.record.standardName}}
38+
<span data-ng-if="mdView.current.record.standardVersion"> ({{mdView.current.record.standardVersion}})</span>
39+
</p>
40+
</div>
41+
</div>
42+
43+
2844
<div class="gn-margin-bottom">
2945
<span class="badge badge-rounded" title="{{'sourceCatalog' | translate}}">
3046
<i class="fa fa-fw fa-cloud"></i>

0 commit comments

Comments
 (0)