1
0
This commit is contained in:
2013-12-15 03:42:15 +07:00
parent 9becb386fb
commit 47d5ab67a0
8 changed files with 90 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ html {
title 'Customers List'
}
body {
customers.each do |customer|
customers.each{ |customer|
dl {
dt 'Name:'
dd customer['name']