This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
footer.component.html 1.01 KiB
Newer Older
Eduard Frankford's avatar
Eduard Frankford committed
<footer>
  <div class="footer fixed-bottom">
    <div class="container">
      <div class="row">
        <div
          class="position-absolute"
          style="right: 0px; padding-right: 10px; font-size: small"
          *ngIf="applicationInfoService.getDeploymentInfo().branch"
          {{ applicationInfoService.getDeploymentInfo().branch }}/{{ applicationInfoService.getDeploymentInfo().commitId }} ({{
            applicationInfoService.getDeploymentInfo().deploymentDate
          }})
        </div>
          <a href="https://codeability.uibk.ac.at/" title="test" jhiTranslate="global.footer.about">About codeAbility</a>
        </div>
        <div class="col-4">
          <a href="https://www.uibk.ac.at/informatik/" jhiTranslate="global.footer.imprint">Imprint</a>
        </div>
        <div class="col-4" style="">
          <a jhiTranslate="global.footer.privacy" routerLink="/datapolicy" routerLinkActive="active">Privacy</a>
        </div>
Daniel Rainer's avatar
Daniel Rainer committed
      </div>
    </div>
Eduard Frankford's avatar
Eduard Frankford committed
</footer>