File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 154
154
</div >
155
155
<div class =" col-span-4 font-bold" >
156
156
{{ activeCard.image.replace(`/data/uploaded/${activeCard.id}_`, '') }}
157
+ <a
158
+ class =" block font-normal underline cursor-pointer"
159
+ data-cy =" image-delete"
160
+ :href =" '/backend' + activeCard.image"
161
+ download
162
+ >
163
+ <Download class =" inline-block mb-1 w-4" />Download
164
+ </a >
157
165
<div
158
166
class =" block font-normal underline cursor-pointer"
159
167
data-cy =" image-delete"
@@ -222,6 +230,7 @@ import Checkbox from '@/components/Checkbox.vue';
222
230
import Clock from ' @/assets/icons/clock.svg' ;
223
231
import Copy from ' @/assets/icons/copy.svg' ;
224
232
import Cross from ' @/assets/icons/cross.svg' ;
233
+ import Download from ' @/assets/icons/download.svg' ;
225
234
import Description from ' @/assets/icons/description.svg' ;
226
235
import Downarrow from ' @/assets/icons/downarrow.svg' ;
227
236
import Dropzone from ' ../Dropzone.vue' ;
You can’t perform that action at this time.
0 commit comments