mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
17 lines
697 B
HTML
17 lines
697 B
HTML
<div class="adf-github-link-container">
|
|
<div>
|
|
<h3 data-automation-id="adf-github-source-code-title">{{ 'ABOUT.SOURCE_CODE.TITLE' | translate }}</h3>
|
|
<mat-card>
|
|
<h3 data-automation-id="adf-github-app-title">{{application}}</h3>
|
|
<p *ngIf="version" data-automation-id="adf-github-version">{{ 'ABOUT.VERSION' | translate }}: {{ version }}</p>
|
|
|
|
<div *ngIf="url">
|
|
<small>{{ 'ABOUT.SOURCE_CODE.DESCRIPTION' | translate }}</small>
|
|
<div data-automation-id="adf-github-url">
|
|
<a [href]="url" target="_blank">{{url}}</a>
|
|
</div>
|
|
</div>
|
|
</mat-card>
|
|
</div>
|
|
</div>
|