We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed657f commit a26de28Copy full SHA for a26de28
app/templates/components/event-card.hbs
@@ -55,9 +55,18 @@
55
{{t-var this.tags.[2]}}
56
</a>
57
{{else}}
58
- {{#each this.tags as |tag|}}
59
- <a href="#">{{t-var tag}}</a>
60
- {{/each}}
+ <a href="{{href-to 'explore' (query-params category=this.event.topic.name event_type=null sub_category=null)}}"
+ class="link item">
+ {{t-var this.tags.[0]}}
61
+ </a>
62
+ <a href="{{href-to 'explore' (query-params category=null event_type=this.event.type.name sub_category=null)}}"
63
64
+ {{t-var this.tags.[1]}}
65
66
+ <a href="{{href-to 'explore' (query-params category=this.event.topic.name event_type=null sub_category=this.event.subTopic.slug)}}"
67
68
+ {{t-var this.tags.[2]}}
69
70
{{/if}}
71
72
</span>
0 commit comments