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