Skip to content

Commit

Permalink
Solution for lab #6
Browse files Browse the repository at this point in the history
  • Loading branch information
alcfeoh committed Jan 17, 2018
1 parent ac73687 commit 46f0ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/license-plate/license-plate.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>{{plate.title}}</h2>
<h2>{{plate.title}} <img src="assets/sale.png" class="sale" *ngIf="plate.onSale" /></h2>
<img src="{{plate.picture}}" class="img-fluid" >
<p>{{plate.description}}</p>
<div>
Expand Down

0 comments on commit 46f0ce1

Please sign in to comment.