diff --git a/src/main/twirl/header.scala.html b/src/main/twirl/header.scala.html index 5ab75e0e6..bb2be97e3 100644 --- a/src/main/twirl/header.scala.html +++ b/src/main/twirl/header.scala.html @@ -12,12 +12,12 @@ }
+
} else {
@if(repository.repository.originUserName.isDefined){
-
+
} else {
-
+
}
}
@repository.owner / @repository.name
diff --git a/src/main/webapp/assets/common/images/repo_fork_lg.png b/src/main/webapp/assets/common/images/repo_fork_lg.png
new file mode 100644
index 000000000..060a39763
Binary files /dev/null and b/src/main/webapp/assets/common/images/repo_fork_lg.png differ
diff --git a/src/main/webapp/assets/common/images/repo_private_lg.png b/src/main/webapp/assets/common/images/repo_private_lg.png
new file mode 100644
index 000000000..cccc4953e
Binary files /dev/null and b/src/main/webapp/assets/common/images/repo_private_lg.png differ
diff --git a/src/main/webapp/assets/common/images/repo_public_lg.png b/src/main/webapp/assets/common/images/repo_public_lg.png
new file mode 100644
index 000000000..4b5527e94
Binary files /dev/null and b/src/main/webapp/assets/common/images/repo_public_lg.png differ