Project

General

Profile

Patch #38360 ยป 0001-Do-not-apply-table-layout-fixed-in-potentially-wide-.patch

Holger Just, 2023-03-15 14:56

View differences:

app/views/reports/_details.html.erb
1 1
<% if @statuses.empty? or rows.empty? %>
2 2
    <p><i><%=l(:label_no_data)%></i></p>
3 3
<% else %>
4
<table class="list issue-report">
4
<table class="list issue-report-detailed">
5 5
<thead><tr>
6 6
<th></th>
7 7
<% for status in @statuses %>
    (1-1/1)