Skip to content

Commit

Permalink
Fix additional details display on contact card (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Oct 9, 2016
1 parent 3861132 commit a87910e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<dd>{{ email }}</dd>
</dl>

{{#if additionalDetails}}
{{#if additional_details}}
<h5>{{trans 'client.contact.details.extra'}}</h5>
<dl class="dl-horizontal">
{{#each additional_details }}
<dt>{{ this.type }}:</dt>
<dt>{{title this.type }}:</dt>
<dd>{{ this.value }}</dd>
{{/each}}
</dl>
Expand Down

0 comments on commit a87910e

Please sign in to comment.