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
Relaxed the need for Types that represent database boundaries to extend from ActiveRe...
[castle.git]
/
Samples
/
Castle
/
PetStore.Web
/
views
/
Product
/
List.vm
blob
e04e1890ae1b921b2bcaa732667bc6ac5e3665c1
1
<h3>All products</h3>
\r
2
\r
3
#foreach($product in $products)
\r
4
#parse("shared/ProductBox.vm")
\r
5
#end