summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-05-16 15:12:54 -0500
committerGitHub <noreply@github.com>2017-05-16 15:12:54 -0500
commitda9479735cb73dc1df3e08c87ce1e156a3f51b19 (patch)
treed5d65c3d837d23361045b822b820b96a0eab324f
parent1161139ebb1de4487fc986cba20872d6c3da3bf1 (diff)
parentc180ad1caa2d420a6511d9281ba8d477a19898e4 (diff)
downloadnextcloud-server-da9479735cb73dc1df3e08c87ce1e156a3f51b19.tar.gz
nextcloud-server-da9479735cb73dc1df3e08c87ce1e156a3f51b19.zip
Merge pull request #4911 from nextcloud/public-link-button
Remove primary class from public link download button
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 123a5cb4f53..adbbd0f80e7 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -84,7 +84,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
<div id="imgframe"></div>
<?php endif; ?>
<div class="directDownload">
- <a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button primary">
+ <a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button">
<span class="icon icon-download"></span>
<?php p($l->t('Download %s', array($_['filename'])))?> (<?php p($_['fileSize']) ?>)
</a>