Skip to content

Commit

Permalink
fixed link in #94
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed May 12, 2015
1 parent 3df6c33 commit 77d78fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
| written permission from the original author(s). |
+--------------------------------------------------------*}

{assign var=contact_id value=$contact.id}
{capture assign=address_text}{if $contact.city}{$contact.street_address}, {$contact.city}{else}{ts}Address incomplete{/ts}{/if}{/capture}
{capture assign=contact_link}<a title="{$address_text}" href="{crmURL p="civicrm/contact/view" q="reset=1&cid=$contact_id"}">{$contact.display_name} [{$contact.id}]</a>{/capture}

Expand Down

0 comments on commit 77d78fb

Please sign in to comment.