Sign in
eclipse
/
gerrit
/
epsilon
/
org.eclipse.epsilon
/
6c45dd5c75fa6be5f7f4fc6ed56b63de045557dc
/
.
/
examples
/
org.eclipse.epsilon.examples.egl.flowchart
/
templates
/
coordination
/
decision2page.egl
blob: df8d5bdcc29f283f22f49e06e64e9cf4db3f9232 [
file
] [
log
] [
blame
]
[%
import
'util.eol'
;%]
<h1>
[%=
decision
.
name
%]</
h1
>
<
br
/>
[%
var
options
=
decision
.
outgoing
;
%]
[%
for
(
option
in
options
){%]
<
a href
=
"[%=option.target.name.clean()%].html"
>[%=
option
.
name
%]</
a
><
br
>
[%}%]