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 cedb575 commit f4040bcCopy full SHA for f4040bc
app/templates/components/orders/event-info.hbs
@@ -32,7 +32,7 @@
32
<strong>{{t 'Organized By'}}:</strong> {{this.data.event.ownerName}}
33
{{/if}}
34
</div>
35
- {{#if (eq this.data.status 'completed')}}
+ {{#if (or (eq this.data.status 'expired') (eq this.data.status 'completed'))}}
36
<div class="ui padded segment">
37
<i class="globe icon"></i>
38
<a href="{{this.data.event.url}}">{{t 'Go to event page'}}</a>
0 commit comments