repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
MonoRail
/
TestSiteBrail
/
Views
/
home
/
repeater.brail
blob
56cd1fe0e146e15353b6bb24e2f5eba94f3399bf
1
<?brail
\r
2
component RepeaterComponent, {@one : true}:
\r
3
section node: ?>
\r
4
<p>${item}</p>
\r
5
<?brail
\r
6
end
\r
7
end ?>
\r
8
<?brail
\r
9
component RepeaterComponent, {@one : false}:
\r
10
section node: ?>
\r
11
<p>${item}</p>
\r
12
<?brail
\r
13
end
\r
14
end ?>