views/_services.haml in runit-man-2.4.1 vs views/_services.haml in runit-man-2.4.2

- old
+ new

@@ -1,6 +1,6 @@ -%table +%table.table.table-stripped %caption= h(t('runit.services.table.caption')) %thead %tr %th= h(t('runit.services.table.headers.pid')) %th= h(t('runit.services.table.headers.name')) @@ -15,7 +15,7 @@ %tbody = partial(:service_info, :collection => service_infos) %ul - files_to_view.each do |f| %li - %a{:target=>"_blank", :href=>"/view?file=#{f}"}= h(f) + %a{:href=>"/view?file=#{f}"}= h(f)