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/url/list.tpl
T
2016-03-23 16:06:45 +02:00

4 lines
89 B
Smarty

{{#if value}}
<a href="{{url}}" target="_blank" title="{{value}}">{{value}}</a>
{{/if}}