lib/fukuzatsu/formatters/templates/index.html.haml in fukuzatsu-0.9.11 vs lib/fukuzatsu/formatters/templates/index.html.haml in fukuzatsu-0.9.12

- old
+ new

@@ -55,10 +55,11 @@ Details %tbody - file_summary.each do |summary| %tr %td - = summary[:path_to_file] + %a{href: "#{summary[:path_to_file]}.htm"} + = summary[:path_to_file] %td - if summary[:class_name].size > 25 = "..." = summary[:class_name][-24..-1] - else