summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-02 18:27:39 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-10-02 18:27:39 +0300
commit5feaa557796fbe759bb4b16d432cf61ca72218a0 (patch)
tree3ba609da77a0aa7ab92d2267a444adf10d2a9e8d /apps
parent9853b33420e170e45833c6d51aa84d27eab9cd5d (diff)
downloadnextcloud-server-5feaa557796fbe759bb4b16d432cf61ca72218a0.tar.gz
nextcloud-server-5feaa557796fbe759bb4b16d432cf61ca72218a0.zip
simplify From Link icon in New menu
Diffstat (limited to 'apps')
-rw-r--r--apps/files/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 96a80738989..50a2720e1c0 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -9,7 +9,7 @@
data-type='file'><p><?php p($l->t('Text file'));?></p></li>
<li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')"
data-type='folder'><p><?php p($l->t('Folder'));?></p></li>
- <li style="background-image:url('<?php p(OCP\image_path('core', 'filetypes/web.svg')) ?>')"
+ <li style="background-image:url('<?php p(OCP\image_path('core', 'places/link.svg')) ?>')"
data-type='web'><p><?php p($l->t('From link'));?></p></li>
</ul>
</div>