mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
remove file name from upper right button
This commit is contained in:
parent
df32254133
commit
003049e8a6
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<div class="header-right">
|
||||
<a href="<?php p($_['downloadURL']); ?>" id="download" class="button">
|
||||
<img class="svg" alt="" src="<?php print_unescaped(OCP\image_path("core", "actions/download.svg")); ?>"/>
|
||||
<?php p($l->t('Download %s', array($_['filename'])))?>
|
||||
<?php p($l->t('Download'))?>
|
||||
</a>
|
||||
</div>
|
||||
</div></header>
|
||||
|
|
|
|||
Loading…
Reference in a new issue