Merge remote-tracking branch 'upstream/pull/2278'

This commit is contained in:
Tom Hughes 2019-06-26 13:36:44 +01:00
commit f280dcb2d7
19 changed files with 19 additions and 25 deletions

View file

@ -33,7 +33,7 @@
</tr>
</thead>
<tbody>
<%= render :partial => "trace", :collection => @traces unless @traces.nil? %>
<%= render @traces unless @traces.nil? %>
</tbody>
</table>