Files
discourse-data-explorer/assets/javascripts/discourse/templates/explorer/url.raw.hbs
T
Sam Saffron 29862defaa FEATURE: add support for _url to link to a url
This new feature means that if you name a column `xyz_url` then the return
value will be treated as a URL.

If you would like to name the link use the format `name,https://cnn.com`
2019-05-13 14:44:51 +10:00

2 lines
34 B
Handlebars

<a href="{{href}}">{{target}}</a>