summaryrefslogtreecommitdiffstats
path: root/modules/base/tool.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/tool.go')
-rw-r--r--modules/base/tool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/tool.go b/modules/base/tool.go
index 157bd9bc3d..e1a1b661be 100644
--- a/modules/base/tool.go
+++ b/modules/base/tool.go
@@ -387,7 +387,7 @@ func EntryIcon(entry *git.TreeEntry) string {
return "file-symlink-file"
}
if te.IsDir() {
- return "file-symlink-directory"
+ return "file-submodule"
}
return "file-symlink-file"
case entry.IsDir():