Add image + revert last incorrect commit

This commit is contained in:
Buu Nguyen 2016-04-26 13:51:35 -07:00
parent 0d6edfec37
commit cee8e8051a
2 changed files with 1 additions and 1 deletions

BIN
docs/settings.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View File

@ -74,7 +74,7 @@ class Adapter {
}
else if (type === 'blob') {
item.a_attr = {
href: `/${repo.username}/${repo.reponame}/${type}/${repo.branch}/${encodeURI(path)}`
href: `/${repo.username}/${repo.reponame}/${type}/${repo.branch}/${encodeURIComponent(path)}`
}
}
else if (type === 'commit') {