Fixed file info modal not showing up

This commit is contained in:
Chris Kankiewicz
2020-01-06 19:22:08 -07:00
parent 63fa170ddb
commit 16ec1c3dd6

View File

@@ -22,7 +22,7 @@
<button
title="File Info"
class="flex justify-center items-center rounded-full p-2 -m-1 invisible hover:bg-gray-400 hover:shadow group-hover:visible"
v-on:click.prevent="showFileInfo('{{ file.getPathname }}')"
v-on:click.prevent="showFileInfo('{{ file.getRelativePathname }}')"
>
<i class="fas fa-info-circle"></i>
</button>