|
|
@ -247,11 +247,11 @@ |
|
|
@if (testimonial.url) { |
|
|
@if (testimonial.url) { |
|
|
<a target="_blank" [href]="testimonial.url">{{ |
|
|
<a target="_blank" [href]="testimonial.url">{{ |
|
|
testimonial.author |
|
|
testimonial.author |
|
|
}}</a> |
|
|
}}</a |
|
|
|
|
|
>, |
|
|
} @else { |
|
|
} @else { |
|
|
<span>{{ testimonial.author }}</span> |
|
|
<span>{{ testimonial.author }},</span> |
|
|
} |
|
|
} |
|
|
, |
|
|
|
|
|
{{ testimonial.country }} |
|
|
{{ testimonial.country }} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|