Skip to content

Commit

Permalink
Update builds item tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Aug 31, 2017
1 parent ecef932 commit 9e7c02b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/templates/components/builds-item.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@
</h3>
<div class="row-item row-commit">
{{#external-link-to href=urlGithubCommit}}
<span data-tooltip="View commit on GitHub">
{{tooltip-on-element text='View commit on GitHub'}}
{{svg-jar 'icon-commit' class="icon"}}
<span class="label-align inner-underline">{{format-sha build.commit.sha}}</span>
{{svg-jar 'icon-external-link' class="icon"}}
</span>
{{/external-link-to}}
</div>
</div>
Expand Down

0 comments on commit 9e7c02b

Please sign in to comment.