mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-05 08:59:07 +00:00
6 lines
105 B
Handlebars
6 lines
105 B
Handlebars
|
{{#if group}}
|
||
|
<a href="{{baseuri}}/groups/{{group.name}}">{{group.name}}</a>
|
||
|
{{else}}
|
||
|
{{id}}
|
||
|
{{/if}}
|