Skip to content

Commit

Permalink
Fixes neojato#28
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCsabaToth committed Oct 1, 2018
1 parent 3ffe5e9 commit 3d099eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<!-- Post data -->
<h2 class="text-center" style="padding-bottom: 20px;" [innerHTML]="session?.title"></h2>
<h6 class="text-muted" style="padding-bottom: 20px;">
<span *ngIf="session?.time"><strong>Time:</strong>&nbsp;<span [innerHTML]="session?.time"></span><br></span>
<span *ngIf="session?.room"><strong>Room:</strong>&nbsp;<span [innerHTML]="session?.room"></span><br></span>
<span *ngIf="session?.level"><strong>Level:</strong>&nbsp;<span [innerHTML]="session?.level"></span><br></span>
<span *ngIf="session?.tag"><strong>Tag:</strong>&nbsp;<span [innerHTML]="session?.tag"></span></span>
Expand Down

0 comments on commit 3d099eb

Please sign in to comment.