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

Skip to content
Snippets Groups Projects
Commit 256f1159 authored by Michael Breu's avatar Michael Breu
Browse files

Merge remote-tracking branch

'origin/286-gitlab-messages-wieder-in-austauschplattform-einblenden'
into development
parent ba380572
1 merge request!117Preparing April Release
<div style="width: 100%">
<div class="container-fluid">
<div *ngFor="let m of getActiveMessages()">
<div class="alert alert-warning text-center">{{ m.message }}</div>
</div>
<!-- codeability bar -->
<div class="row" id="top-space">
<div><img src="/content/img/logo-top.png" alt="codeAbility" width="168px" /></div>
</div>
<div class="pad"></div>
<div class="row">
<div style="width: 100%">
<router-outlet name="navbar"></router-outlet>
</div>
</div>
<div class="row" *ngFor="let m of getActiveMessages()">
<div class="alert alert-warning text-center debugging" style="width: 100%;">{{ m.message }}</div>
</div>
<div class="pad"></div>
<!-- Main content -->
<!-- Main content -->
<router-outlet></router-outlet>
<div class="pagewrapper"></div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment