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

Skip to content
Snippets Groups Projects
home.component.html 783 B
Newer Older
Eduard Frankford's avatar
Eduard Frankford committed
<div class="container-fluid overflow-hidden">
  <div class="row">
    <div class="col-12">
      <jhi-pages-markdown-viewer class="home" [path]="pagesStartPath"></jhi-pages-markdown-viewer>
    </div>
  </div>
  <div class="row" style="padding-top: 15px">
    <div class="col-12">
      <div [ngSwitch]="account !== null">
Eduard Frankford's avatar
Eduard Frankford committed
        <!-- <div class="alert alert-success" *ngSwitchCase="true">
Eduard Frankford's avatar
Eduard Frankford committed
          <span id="home-logged-message" *ngIf="account" jhiTranslate="home.logged.message" [translateValues]="{ username: account.login }"
            >You are logged in as user "{{ account.login }}".</span
          >
Eduard Frankford's avatar
Eduard Frankford committed
        </div> -->
Eduard Frankford's avatar
Eduard Frankford committed
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <jhi-teaser-content></jhi-teaser-content>
    </div>
  </div>
Michael Breu's avatar
Michael Breu committed
</div>