Remove comment

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

View File

@ -36,8 +36,7 @@
<% if policy(@request_for_comment).mark_as_solved? and not @request_for_comment.solved? %>
<%= 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' } %>