Skip to content

Commit 6a34401

Browse files
author
Thom May
committed
CHEF-70 - use correct variable name
1 parent 90557e7 commit 6a34401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chef-server/lib/views/cookbooks/show.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
%h2 Template Files
2525
- @cookbook.template_files.each do |f|
2626
%h3= File.basename(f)
27-
%div= syntax_highlight(contents)
28-
27+
%div= syntax_highlight(f)
28+

0 commit comments

Comments
 (0)