Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / MonoRail / TestSiteBrail / Views / resourced / iterating.brail
blob30a6a5b643e8f6381c54371cd07aacbda22bb098
1 <%\r
2 for item in resx:\r
3         output item.Key + ": " + item.Value\r
4 end\r
5  %>