mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* about page refactor for global usage * Development About * add storybook * fix build * fix * fix * fix imports * fix * fix lint * fix * fix * fix * fix
15 lines
665 B
HTML
15 lines
665 B
HTML
<div class="adf-github-link-container">
|
|
<header data-automation-id="adf-github-source-code-title">{{ 'ABOUT.SOURCE_CODE.TITLE' | translate }}</header>
|
|
<mat-card class="mat-elevation-z0">
|
|
<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>
|