9 lines
373 B
Plaintext
9 lines
373 B
Plaintext
if (gt record.notes.length 14)
|
|
= ui-markdown-popup tagName='i' class='pointable sticky note outline icon' markdown=record.notes on='click'
|
|
else if record.notes
|
|
= record.notes
|
|
if record.workflow_action_definition.extra_info
|
|
'
|
|
= ui-markdown-popup tagName='i' class='pointable info circle icon' markdown=record.workflow_action_definition.extra_info on='click'
|
|
= yield
|