lib/notice.haml in toadhopper-0.9.2 vs lib/notice.haml in toadhopper-0.9.4
- old
+ new
@@ -8,10 +8,10 @@
%error
%class= error.class.name
%message= "#{error.class.name}: #{error.message}"
%backtrace
- backtrace.each do |line|
- %line{:method => line.method, :file => line.file, :number => line.number}
+ %line{:method => line.method, :file => line.file, :number => line.number}/
%request
%url= url
%component= component
- if action && !action.blank?
%action= action