Skip to content

Commit

Permalink
Update emission-list.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris3444 committed May 19, 2023
1 parent e456582 commit 655becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/emission-list/emission-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This div mainly creates an empty gap between the navigation bar and the content-->
<div class="content" fxLayout="column" fxLayoutGap="15px">
<p>{{"description1" | translate}} <br> {{"description2" | translate}} <a href="assets/Handout.pdf" target="_blank">{{"description3" | translate}}</a></p>
<p *ngIf="empty_hint_status == true">{{"description1" | translate}} <br> {{"description2" | translate}} <a href="assets/Handout.pdf" target="_blank">{{"description3" | translate}}</a></p>
<h2 *ngIf="empty_hint_status == true">{{ empty_hint_msg }}</h2>
<app-emission-item *ngFor="let calcs of calculations" [link]="['/emission', calcs.id]"
[name]="calcs.name" [factor_preset]="calcs.factor_preset" [emission]="calcs.calculate()"
Expand Down

0 comments on commit 655becd

Please sign in to comment.