mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
fix: invert asset path link nesting (#15163)
This commit is contained in:
parent
c5baf79f61
commit
4aabbec742
1 changed files with 7 additions and 7 deletions
|
@ -377,14 +377,14 @@
|
|||
{/if}
|
||||
</p>
|
||||
{#if showAssetPath}
|
||||
<a href={getAssetFolderHref(asset)} title={$t('go_to_folder')}>
|
||||
<p
|
||||
class="text-xs opacity-50 break-all pb-2 hover:dark:text-immich-dark-primary hover:text-immich-primary"
|
||||
transition:slide={{ duration: 250 }}
|
||||
>
|
||||
<a href={getAssetFolderHref(asset)} title={$t('go_to_folder')}>
|
||||
{asset.originalPath}
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
{/if}
|
||||
{#if (asset.exifInfo?.exifImageHeight && asset.exifInfo?.exifImageWidth) || asset.exifInfo?.fileSizeInByte}
|
||||
<div class="flex gap-2 text-sm">
|
||||
|
|
Loading…
Add table
Reference in a new issue