Skip to content
Snippets Groups Projects
Commit 003049e8 authored by Thomas Müller's avatar Thomas Müller
Browse files

remove file name from upper right button

parent df322541
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment