This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/res/templates/fields/link/list.tpl
T
2024-04-11 14:28:38 +03:00

4 lines
100 B
Smarty

{{#if url}}
<a href="{{url}}" title="{{nameValue}}" class="text-default">{{nameValue}}</a>
{{/if}}