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 117f110 commit d2bed98Copy full SHA for d2bed98
app/templates/components/orders/event-info.hbs
@@ -22,7 +22,10 @@
22
<strong>{{t 'Organized By'}}:</strong> {{this.data.event.ownerName}}
23
{{/if}}
24
</div>
25
- <div class="ui padded segment">
26
- <a href="{{this.data.event.url}}">{{t 'Go to event'}}</a>
27
- </div>
+ {{#if (eq this.data.status 'completed')}}
+ <div class="ui padded segment">
+ <i class="globe icon"></i>
28
+ <a href="{{this.data.event.url}}">{{t 'Go to event page'}}</a>
29
+ </div>
30
+ {{/if}}
31
0 commit comments