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

Skip to content
Snippets Groups Projects
Commit 80cca6ff authored by Eduard Frankford's avatar Eduard Frankford
Browse files

little ui improvement

parent e32de8af
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
<div style="width: 100%">
<!-- TODO
<div class="container-fluid">
<div *ngFor="let m of getActiveMessages()">
<div class="alert alert-warning">{{m.message}}</div>
<div class="alert alert-warning text-center">{{ m.message }}</div>
</div>
-->
<div class="container-fluid">
<!-- codeability bar -->
<div class="row" id="top-space">
<div><img src="/content/img/logo-top.png" alt="codeAbility" width="168px" /></div>
......@@ -17,9 +15,6 @@
</div>
<div class="pagewrapper"></div>
<div *ngFor="let m of getActiveMessages()">
<div class="alert alert-warning">{{ m.message }}</div>
</div>
<!-- Main content -->
<router-outlet></router-outlet>
......
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