File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818 :to =" createRouteLink(snapshot.pk)" >
1919 <v-list-item-avatar tile size =" 64" class =" my-2" >
2020 <v-img
21- v-if =" snapshot.screenshot "
21+ v-if =" snapshot.thumbnail "
2222 :src =" djangobaseurl + '/media/' + snapshot.thumbnail" >
2323 </v-img >
2424 </v-list-item-avatar >
2828 </v-list-item-content >
2929 <v-list-item-action style =" margin :0 0 4px 0 ; align-self : flex-end ;" >
3030 <v-btn icon
31+ v-if =" snapshot.screenshot"
3132 v-on:click.stop =" doThis"
3233 :href =" djangobaseurl + '/media/' + snapshot.screenshot + '?download'"
3334 target =" _blank" >
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ export default {
144144 title
145145 topic
146146 screenshot
147+ thumbnail
147148 }
148149 }
149150
@@ -160,6 +161,7 @@ export default {
160161 title
161162 topic
162163 screenshot
164+ thumbnail
163165 }
164166 }
165167 }
You can’t perform that action at this time.
0 commit comments