diff options
Diffstat (limited to 'src/guff/views/ecrs')
-rw-r--r-- | src/guff/views/ecrs/test-blog.ecr | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/guff/views/ecrs/test-blog.ecr b/src/guff/views/ecrs/test-blog.ecr index c5e2d9b..1ce4347 100644 --- a/src/guff/views/ecrs/test-blog.ecr +++ b/src/guff/views/ecrs/test-blog.ecr @@ -3,9 +3,11 @@ <table> <thead> <tr><% POST_SETS.each do |set| %> - <th><h2><%= - h(set[:name] as String) - %></h2></th> + <th> + <h2><%= + h(set_name(set)) + %></h2> + </th> <% end %></tr> </thead> |