lib/stackprof-webnav/views/method.haml in stackprof-webnav-1.0.0 vs lib/stackprof-webnav/views/method.haml in stackprof-webnav-1.0.1
- old
+ new
@@ -23,11 +23,11 @@
%td
%td= caller[:weight]
%td= caller[:pct]
%td
%a{:href => url_for("/method", name: caller[:method])}
- = caller[:method]
+ &= caller[:method]
- if frame[:callees].any?
%table
%thead
%th Callees
@@ -40,10 +40,10 @@
%td
%td= caller[:weight]
%td= caller[:pct]
%td
%a{:href => url_for("/method", name: caller[:method])}
- = caller[:method]
+ &= caller[:method]
%h4 Code
!= frame[:source]
%hr