diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-02 18:27:39 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-02 18:27:39 +0300 |
commit | 5feaa557796fbe759bb4b16d432cf61ca72218a0 (patch) | |
tree | 3ba609da77a0aa7ab92d2267a444adf10d2a9e8d /apps | |
parent | 9853b33420e170e45833c6d51aa84d27eab9cd5d (diff) | |
download | nextcloud-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.php | 2 |
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> |