diff --git a/assets/images/icons/github.png b/assets/images/icons/github.png new file mode 100644 index 00000000..ab99f472 Binary files /dev/null and b/assets/images/icons/github.png differ diff --git a/assets/scripts/app/templates/repos/show.hbs b/assets/scripts/app/templates/repos/show.hbs index 63ce6e62..599c3ddd 100644 --- a/assets/scripts/app/templates/repos/show.hbs +++ b/assets/scripts/app/templates/repos/show.hbs @@ -7,9 +7,10 @@ {{else}} {{#if repo.isLoaded}} {{#with repo}} -

- {{slug}} -

+
+

{{#linkTo "repo" this}}{{slug}}{{/linkTo}}

+
+

{{description}}

diff --git a/assets/styles/main/repository.sass b/assets/styles/main/repository.sass index d90963f5..c1ead7e7 100644 --- a/assets/styles/main/repository.sass +++ b/assets/styles/main/repository.sass @@ -6,6 +6,19 @@ overflow-x: hidden padding-right: 10px + h3 + display: inline-block + margin-right: 5px + + .github-icon + width: 21px + height: 21px + display: inline-block + + .github-icon + img + margin-top: 2px + .not-found display: block padding: 10px 5px