diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-21 11:47:05 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-09-25 16:18:50 +0200 |
commit | 894958e3e217cd89bb7597fc4a8ea04634b137db (patch) | |
tree | 88f9b0c385e0172912532052f6e7173380c283be /apps/files_sharing/templates | |
parent | 7d8c5f73f551c0d7224bccef6af4b272c124b7e9 (diff) | |
download | nextcloud-server-894958e3e217cd89bb7597fc4a8ea04634b137db.tar.gz nextcloud-server-894958e3e217cd89bb7597fc4a8ea04634b137db.zip |
For images we have a preview for use the preview link
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index a593e596dfb..8bbb53fa4e0 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -92,7 +92,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); </div> <div class="directLink"> <label for="directLink"><?php p($l->t('Direct link')) ?></label> - <input id="directLink" type="text" readonly value="<?php p($_['downloadURL']); ?>"> + <input id="directLink" type="text" readonly value="<?php p($_['previewURL']); ?>"> </div> <?php endif; ?> </div> |