Remove comment

This commit is contained in:
Maximilian Grundke
2017-09-27 15:04:52 +02:00
parent 92e523b030
commit 54f312dfd3

View File

@ -37,7 +37,6 @@
<%= render('mark_as_solved') %>
<% end %>
<!-- check cause: assess/run; display success, output (if any), make collapsible-->
<% if testruns.size > 0 %>
<div class="testruns">
<% output_runs = testruns.select { |run| run.cause == 'run' } %>