From f6867e8a4cddfef041367a301d22d0969c6f886d Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Fri, 4 Oct 2013 16:27:51 +0200 Subject: [PATCH] Move title attributes into
  • elements. The icon pictures are smaller than the li, reducing the surface to show the title as a tooltip. --- .../app/templates/repos/show/actions.hbs | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/assets/scripts/app/templates/repos/show/actions.hbs b/assets/scripts/app/templates/repos/show/actions.hbs index 712bda33..181d23e6 100644 --- a/assets/scripts/app/templates/repos/show/actions.hbs +++ b/assets/scripts/app/templates/repos/show/actions.hbs @@ -1,43 +1,42 @@
      {{#if view.displayCancelBuild}} -
    • +
    • + {{bindAttr class="view.canCancelBuild::disabled"}}>
    • {{/if}} {{#if view.displayCancelJob}} -
    • +
    • + {{bindAttr class="view.canCancelJob::disabled"}}>
    • {{/if}} {{#if view.displayRequeueBuild}} -
    • +
    • + {{bindAttr class="view.canRequeueBuild::disabled"}}>
    • {{/if}} {{#if view.displayRequeueJob}} -
    • +
    • + {{bindAttr class="view.canRequeueJob::disabled"}}>
    • {{/if}} {{!TODO: for some reason showDownloadLog, which just delegates to jobIdForLog does not refresh 'if' properly, need further investigation}} {{#if view.jobIdForLog}} -
    • - +
    • +
    • {{/if}} {{#if view.displayCodeClimate}} -
    • +
    • - +
    • {{/if}}