Skip to content

Commit b5fbc61

Browse files
committed
updating folder paths
1 parent cdbc1a7 commit b5fbc61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

singularity/views/templates/container_tree_circleci.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ <h3>Files</h3>
151151
nodeEnter.append("image")
152152
.attr("xlink:href",function(d) {
153153
if (d._children.length > 0) {
154-
return "/static/img/folder-blue.png";
154+
return "https://github.com/vsoch/singularity-python/raw/v2.5/singularity/views/static/img/folder-blue.png";
155155
} else {
156-
return "/static/img/folder.png";
156+
return "https://github.com/vsoch/singularity-python/raw/v2.5/singularity/views/static/img/folder.png";
157157
}
158158
})
159159
.attr("x", "-8px")

0 commit comments

Comments
 (0)