Fix the build.
[castle.git] / Samples / MonoRail / JSGenExample / Views / Home / _customerrow.vm
blob73f446c369f53bf016abb535f529c0b19bdfe34f
1 <tr id="row${customer.id}">\r
2         <td>$customer.id</td>\r
3         <td align="center">$customer.name</td>\r
4         <td align="center">$customer.email</td>\r
5 </tr>\r