From a8bd45eaec5c6c25346b5a97d055542ae7d30094 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 28 Oct 2014 18:15:27 +0100 Subject: [PATCH] Fix code climate icon --- assets/scripts/app/templates/repos/show/actions.hbs | 6 ++---- assets/styles/main/tools.sass | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/scripts/app/templates/repos/show/actions.hbs b/assets/scripts/app/templates/repos/show/actions.hbs index 29b26544..36cda7b3 100644 --- a/assets/scripts/app/templates/repos/show/actions.hbs +++ b/assets/scripts/app/templates/repos/show/actions.hbs @@ -46,12 +46,10 @@ {{/if}} {{/if}} {{#if view.displayCodeClimate}} -
  • +
  • - - + {{bind-attr class=":open-popup"}}>
  • {{/if}} diff --git a/assets/styles/main/tools.sass b/assets/styles/main/tools.sass index b2697131..208f56ad 100644 --- a/assets/styles/main/tools.sass +++ b/assets/styles/main/tools.sass @@ -75,6 +75,9 @@ li.remove-log a background-image: inline-image('icons/delete-log.svg') + li.code-climate a + background-image: inline-image('icons/code-climate-icon.svg') + li.icon span.loading background: inline-image('ui/round-spinner.svg') no-repeat