From: Coleman Watts Date: Mon, 2 Oct 2017 22:58:40 +0000 (-0400) Subject: CRM-21247 - Fix user link X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9064d9702e0a77eae7d550b53001782fde545994;p=civicrm-core.git CRM-21247 - Fix user link --- diff --git a/templates/CRM/Contact/Page/Inline/Actions.tpl b/templates/CRM/Contact/Page/Inline/Actions.tpl index 9dbf7eecce..ef94ca3fc2 100644 --- a/templates/CRM/Contact/Page/Inline/Actions.tpl +++ b/templates/CRM/Contact/Page/Inline/Actions.tpl @@ -39,7 +39,7 @@ {foreach from=$actionsMenuList.otherActions item='row'} {if !empty($row.href) or !empty($row.tab)}
  • - + {$row.title}
  • @@ -52,7 +52,7 @@ {foreach from=$actionsMenuList.moreActions item='row'} {if !empty($row.href) or !empty($row.tab)}
  • - {$row.title} + {$row.title}
  • {/if} {/foreach}