Commit a3f2271e by Fernando Martínez Santiago Committed by root

bug #533 fixed

parent 60a730fa
......@@ -40,7 +40,7 @@
</div>
<div class="try">
<div class="pull-left" ng-repeat="a in actual_try.actions track by $index">
<div class="picto" popover="{{ 'action-' + a.action | translate }}" popover-trigger="mouseenter">
<div class="picto" popover="{{ a.attributes.picto.expression.text | translate }}" popover-trigger="mouseenter">
<img ng-src="{{ a.attributes.picto.picto.uri }}" />
<div class="action-type">
<span ng-if="a.action == 'add'" class="glyphicon glyphicon-plus color_green" aria-hidden="true"></span>
......@@ -151,7 +151,7 @@
<tr>
<td class="dropdown">
<div class="pull-left" ng-repeat="p in t.actions">
<div class="picto" popover="{{ 'action-' + p.type | translate }}" popover-trigger="mouseenter">
<div class="picto" popover="{{ p.description.expression.text | translate }}" popover-trigger="mouseenter">
<img ng-src="{{ p.description.picto.uri }}">
<div class="action-type">
<span ng-if="p.type == 'Select'" class="glyphicon glyphicon-hand-up color_blue" aria-hidden="true"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment