-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
31 additions
and
51 deletions.
There are no files selected for viewing
42 changes: 12 additions & 30 deletions
42
src/main/webapp/app/shared/layouts/footer/footer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,17 @@ | ||
<footer class="d-none d-md-flex row" id="footer"> | ||
<div class="text-md-start"> | ||
<a [routerLink]="['/about']" id="about" jhiTranslate="aboutUs" class="footer-text guided-tour-footer-about"></a> | ||
<a [href]="feedbackUrl" id="feedback" jhiTranslate="feedback" class="footer-text ms-3" target="_blank"></a> | ||
<a [href]="releaseUrl" id="release-notes" jhiTranslate="releases" class="footer-text ms-3" target="_blank"></a> | ||
<a [routerLink]="['/privacy']" id="privacy" jhiTranslate="artemisApp.legal.privacy" class="footer-text ms-3"></a> | ||
<a [routerLink]="['/imprint']" id="imprint" jhiTranslate="artemisApp.legal.imprint.title" class="footer-text ms-3"></a> | ||
<footer id="footer"> | ||
<div class="footer-text justify-content-start gap-3 flex-nowrap d-flex"> | ||
<a [routerLink]="['/about']" id="about" jhiTranslate="aboutUs" class="col-auto guided-tour-footer-about"></a> | ||
<a [href]="feedbackUrl" id="feedback" jhiTranslate="feedback" class="col-auto" target="_blank"></a> | ||
<a [href]="releaseUrl" id="releases" jhiTranslate="releases" class="col-auto" target="_blank"></a> | ||
<a [routerLink]="['/privacy']" id="privacy" jhiTranslate="artemisApp.legal.privacy" class="col-auto"></a> | ||
<a [routerLink]="['/imprint']" id="imprint" jhiTranslate="artemisApp.legal.imprint.title" class="col-auto"></a> | ||
</div> | ||
@if (!isProduction || isTestServer) { | ||
<small class="col-sm-12 footer-git-wrapper"> | ||
<div class="footer-git">{{ 'artemisApp.git.branch' | artemisTranslate }}: {{ gitBranch }} •</div> | ||
<div class="footer-git">{{ 'artemisApp.git.commit' | artemisTranslate }}: {{ gitCommitId }} •</div> | ||
<div class="footer-git">{{ 'artemisApp.git.timestamp' | artemisTranslate }}: {{ gitTimestamp }} •</div> | ||
<div class="footer-git">{{ 'artemisApp.git.username' | artemisTranslate }}: {{ gitCommitUser }}</div> | ||
<small class="col-sm-12 d-none d-md-inline-flex d-flex footer-git"> | ||
<div>{{ 'artemisApp.git.branch' | artemisTranslate }}: {{ gitBranch }} •</div> | ||
<div>{{ 'artemisApp.git.commit' | artemisTranslate }}: {{ gitCommitId }} •</div> | ||
<div>{{ 'artemisApp.git.timestamp' | artemisTranslate }}: {{ gitTimestamp }} •</div> | ||
<div>{{ 'artemisApp.git.username' | artemisTranslate }}: {{ gitCommitUser }}</div> | ||
</small> | ||
} | ||
</footer> | ||
<footer class="d-flex d-md-none justify-content-between mw-100 fs-small"> | ||
<div class="col-auto px-0"> | ||
<a [routerLink]="['/about']" jhiTranslate="aboutUs" class="footer-text"></a> | ||
</div> | ||
<div class="col-auto px-0"> | ||
<a [href]="feedbackUrl" jhiTranslate="feedback" class="footer-text" target="_blank"></a> | ||
</div> | ||
<div class="col-auto px-0"> | ||
<a [href]="releaseUrl" id="release-notes" jhiTranslate="releases" class="footer-text" target="_blank"></a> | ||
</div> | ||
|
||
<div class="col-auto px-0"> | ||
<a [routerLink]="['/privacy']" jhiTranslate="artemisApp.legal.privacy" class="footer-text"></a> | ||
</div> | ||
<div class="col-auto px-0"> | ||
<a [routerLink]="['/imprint']" jhiTranslate="artemisApp.legal.imprint.title" class="footer-text"></a> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters