fix for workflow badge tooltip

it wasn't being properly translated, which was screwing with the html
This commit is contained in:
jaredevantabor
2017-02-03 14:23:41 -08:00
parent 5a30d3630e
commit 416615c08e

View File

@@ -48,7 +48,7 @@ export default
badgePlacement: 'right', badgePlacement: 'right',
badgeCustom: true, badgeCustom: true,
badgeIcon: `<a href="{{ job.workflow_result_link }}" badgeIcon: `<a href="{{ job.workflow_result_link }}"
aw-tool-tip=i18n._("View workflow results") aw-tool-tip="{{'View workflow results'|translate}}"
data-placement="top" data-placement="top"
data-original-title="" title=""> data-original-title="" title="">
<i class="WorkflowBadge" <i class="WorkflowBadge"