templates/report/backtrace/warning.html.ep
changeset 108 e4e5cfaf5814
parent 107 6f411821b12b
child 109 3b95550f4189
equal deleted inserted replaced
107:6f411821b12b 108:e4e5cfaf5814
     1 %= tag a => (href => "#", class => "text-danger", "data-toggle" => "tooltip", "data-original-title" => $tooltip_text) => begin
       
     2   %= tag span => (class => "glyphicon glyphicon-warning-sign") => ""
       
     3 % end