fix state icon
This commit is contained in:
parent
29e0fe5e94
commit
637c8cf359
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
<span i18n:translate=""
|
||||
tal:content="stf/state" />
|
||||
<img tal:define="stateObject stf/getStateObject"
|
||||
tal:attributes="src string:/@@/${stateObject/stateIcon}" />
|
||||
tal:attributes="src string:$resourceBase/${stateObject/stateIcon}" />
|
||||
</div>
|
||||
<div><b i18n:translate="">Available Transitions</b>:
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue