From d32a121ba28612520cc9ecd7b4ffa92a663c5ef6 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Wed, 25 Mar 2015 14:50:33 +0100 Subject: [PATCH] show repos without access rights and improvised styles --- app/templates/account.hbs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/templates/account.hbs b/app/templates/account.hbs index 6c4c90b4..bf6a6b7c 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -67,23 +67,19 @@ {{else}}
  • {{#if hooksWithoutAdmin.length}} - Sorry, but we can't find any repositories you have admin access to. +

    Sorry, but we can't find any repositories you have admin access to.

    {{else}} - Sorry, it seems like we couldn't find any repositories you have access to on GitHub. +

    Sorry, it seems like we couldn't find any repositories you have access to on GitHub.

    {{/if}}
  • {{/each}} -{{!-- {{#if hooksWithoutAdmin.length}} + {{#if hooksWithoutAdmin.length}}

    Repositories without admin access

    -

    - You only have pull or push access to the repositories below. -

    -
    - {{/if}} --}} + {{/if}} {{/if}} {{else}}