summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-05-20 10:21:13 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2013-05-20 10:21:13 -0400
commitec475cbcfa04969a58dd3a17d380106074ddbc8b (patch)
tree9342237d982a2d9883f94963b7f892d8784c486b /apps/files/templates
parentfc5bce1f76a3a67a4ac9095d15441e363dfd03d1 (diff)
downloadnextcloud-server-ec475cbcfa04969a58dd3a17d380106074ddbc8b.tar.gz
nextcloud-server-ec475cbcfa04969a58dd3a17d380106074ddbc8b.zip
Add data-dir attribute to home breadcrumb
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/part.breadcrumb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/part.breadcrumb.php b/apps/files/templates/part.breadcrumb.php
index 7ea1755d1d7..9886b42e424 100644
--- a/apps/files/templates/part.breadcrumb.php
+++ b/apps/files/templates/part.breadcrumb.php
@@ -1,5 +1,5 @@
<?php if(count($_["breadcrumb"])):?>
- <div class="crumb">
+ <div class="crumb" data-dir=''>
<a href="<?php print_unescaped($_['baseURL']); ?>">
<img src="<?php print_unescaped(OCP\image_path('core', 'places/home.svg'));?>" class="svg" />
</a>