We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf10a6 commit 3df0f85Copy full SHA for 3df0f85
1 file changed
chef-server/lib/views/cookbooks/show.html.haml
@@ -23,7 +23,6 @@
23
- if @cookbook.template_files.length > 0
24
%h2 Template Files
25
- @cookbook.template_files.each do |f|
26
- %h3= f
+ %h3= File.basename(f)
27
%div= syntax_highlight(contents)
28
- = partial(:syntax_highlight, :name => File.basename(f), :contents => f)
29
0 commit comments