File tree 1 file changed +4
-4
lines changed
app/dashboard/templates/dashboard
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 152
152
< img src ="{% static "v2 /images/loading_v2.gif" %}" alt="Loading ... ">
153
153
</ div >
154
154
< div role ="tablist ">
155
- < b-card no-body class ="mb-1 " v-for ="(prize, prizeIndex) in prizes " v-if ="prizes ">
155
+ < b-card no-body class ="mb-1 my-4 " v-for ="(prize, prizeIndex) in prizes " v-if ="prizes ">
156
156
< b-card-header header-tag ="header " class ="d-flex align-items-baseline justify-content-between px-4 py-1 " role ="tab ">
157
- < div :class ="isMobileDevice ? 'mx-3' : '' ">
157
+ < div :class ="isMobileDevice ? 'mx-3' : ' col-md-5 ' ">
158
158
< div >
159
159
< h1 class ="font-title font-weight-semibold d-inline-block "> [[prize.title]]</ h1 >
160
160
< span v-if ="!isMobileDevice " class ="tag token ml-2 "> [[prize.value_eth.toFixed(2)]] ETH</ span >
@@ -167,11 +167,11 @@ <h1 class="font-title font-weight-semibold d-inline-block">[[prize.title]]</h1>
167
167
< span v-if ="!isMobileDevice " class ="font-body font-weight-semibold "> [[ prize.total_submitted ]]/[[prize.total_projects]] Submitted</ span >
168
168
< a href ="" class ="ml-5 font-body font-weight-semibold gc-text-green "> < span class ="fas fa-check "> </ span > Paid</ a >
169
169
</ div >
170
- < b-button v-b-toggle. accordion-1 variant ="link ">
170
+ < b-button v-b-toggle =" ` accordion-${prizeIndex}` " variant ="link ">
171
171
< i class ="fas fa-caret-down "> </ i >
172
172
</ b-button >
173
173
</ b-card-header >
174
- < b-collapse id ="accordion-1 " visible accordion ="my-accordion " role ="tabpanel ">
174
+ < b-collapse : id ="` accordion-${prizeIndex}` " visible accordion ="my-accordion " role ="tabpanel ">
175
175
< b-card-body >
176
176
< b-table-simple hover small caption-top responsive >
177
177
< b-thead v-if ="!isMobileDevice ">
You can’t perform that action at this time.
0 commit comments