Merge pull request #4911 from nextcloud/public-link-button

Remove primary class from public link download button
This commit is contained in:
Morris Jobke 2017-05-16 15:12:54 -05:00 committed by GitHub
commit da9479735c
1 changed files with 1 additions and 1 deletions

View File

@ -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>