File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
app/templates/components/explore Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 103
103
{{ t ' Ticket Type' }}
104
104
</span >
105
105
<div class =" content menu" >
106
- <a href =" #"
107
- class =" link item {{ if (eq ticket_type ' free' ) ' active' }} "
108
- {{ action ' selectTicketType' ' free' }} >
109
- {{ t ' Free' }}
110
- </a >
111
- <a href =" #"
112
- class =" link item {{ if (eq ticket_type ' paid' ) ' active' }} "
113
- {{ action ' selectTicketType' ' paid' }} >
114
- {{ t ' Paid' }}
115
- </a >
106
+ <a href =" #"
107
+ class =" link item {{ if (eq ticket_type ' free' ) ' active' }} "
108
+ {{ action ' selectTicketType' ' free' }} >
109
+ {{ t ' Free' }}
110
+ </a >
111
+ <a href =" #"
112
+ class =" link item {{ if (eq ticket_type ' paid' ) ' active' }} "
113
+ {{ action ' selectTicketType' ' paid' }} >
114
+ {{ t ' Paid' }}
115
+ </a >
116
116
</div >
117
117
{{ /ui-accordion }}
118
118
</div >
You can’t perform that action at this time.
0 commit comments