Skip to content

Commit

Permalink
Record view / Metadata info / Add standard name and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed May 2, 2024
1 parent 9429fcc commit 0d52537
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ <h3 data-translate="">metadataLanguage</h3>
</div>
</div>


<div data-ng-if="mdView.current.record.standardName"
class="gn-margin-bottom flex-row">
<span class="badge badge-rounded" title="{{'documentStandard' | translate}}">
<i class="fa fa-fw fa-certificate"></i>
</span>
<div>
<h3 data-translate="">documentStandard</h3>
<p>
{{mdView.current.record.standardName}}
<span data-ng-if="mdView.current.record.standardVersion"> ({{mdView.current.record.standardVersion}})</span>
</p>
</div>
</div>


<div class="gn-margin-bottom">
<span class="badge badge-rounded" title="{{'sourceCatalog' | translate}}">
<i class="fa fa-fw fa-cloud"></i>
Expand Down

0 comments on commit 0d52537

Please sign in to comment.