Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-08-03 14:20:45 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-08-03 14:20:45 +0300
commit2fb6799ad6159f434c594260c8f90acc906d0d75 (patch)
tree1fa966fc69bc547bf2b7cdcf4e4e9512cb5c533e /core/templates
parent4574698443fd38ef4e31ce126838474369c7a30a (diff)
Use images instead of inline SVG and unicode
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/update.admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index fecb53bee83..2ad15117327 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -49,7 +49,7 @@
<p id="update-progress-message-error" class="hidden"></p>
<ul id="update-progress-message-warnings" class="hidden"></ul>
<p id="update-progress-message"></p>
- <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> ⏷</a>
+ <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <span class="icon-caret-white"></span></a>
<div id="update-progress-detailed" class="hidden"></div>
</div>
</div>