app/views/katello/dashboard/_notices.html.haml in katello-1.5.0 vs app/views/katello/dashboard/_notices.html.haml in katello-2.2.2

- old
+ new

@@ -1,10 +1,10 @@ #dashboard_notices.widget.scroll-pane{"data-quantity"=>quantity} %ul - for note in user_notices(quantity) %li %span.icon_wrap.fl - %span.fl{:class=>(note[:level]=="error" ? "error_icon" : "check_icon")} + %span.fl{:class=>(note[:level]=="error" ? "icon-remove" : "icon-ok")}    %span %h5 #{format_time note[:date]} #{note[:text]} #{link_to(_("More >>"), notices_path)}