diff options
Diffstat (limited to 'web_src/js/index.js')
-rw-r--r-- | web_src/js/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/js/index.js b/web_src/js/index.js index fa32c64c33..bd3f5da7f4 100644 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -2962,6 +2962,8 @@ function initVueComponents() { return `octicon-repo-template${repo.private ? '-private' : ''}`; } if (repo.private) { return 'octicon-lock'; + } if (repo.internal) { + return 'octicon-internal-repo'; } return 'octicon-repo'; } |