diff --git a/src/main/twirl/gitbucket/core/main.scala.html b/src/main/twirl/gitbucket/core/main.scala.html index 458f425..bfb42e1 100644 --- a/src/main/twirl/gitbucket/core/main.scala.html +++ b/src/main/twirl/gitbucket/core/main.scala.html @@ -2,12 +2,24 @@ @import gitbucket.core.plugin.PluginRegistry @import gitbucket.core.view.helpers - + @title + + + + @if(repository.isEmpty){ + + } + @repository.map{ r => + + @r.repository.description.map{ desc => + + } + } diff --git a/src/main/webapp/assets/common/images/gitbucket_ogp.png b/src/main/webapp/assets/common/images/gitbucket_ogp.png new file mode 100644 index 0000000..3f1b6a5 --- /dev/null +++ b/src/main/webapp/assets/common/images/gitbucket_ogp.png Binary files differ