Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #570 from ctrimm/bug/agency-name
Browse files Browse the repository at this point in the history
Updated help-wanted-card.template.html to show agency_id next to agency logo
  • Loading branch information
DanielJDufour authored Jun 6, 2018
2 parents f294849 + dc8e71e commit 9f73749
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<div class="agency-details">
<img alt="" [src]="item.image" *ngIf="item.image"/>
<span
*ngIf="item?.agency?.name"
*ngIf="item?.agency_id"
class="help-wanted-agency-name"
>{{item?.agency?.name}}</span>
>{{item?.agency_id}}</span>
</div>
</div>

0 comments on commit 9f73749

Please sign in to comment.