Show working time until intervention

This commit is contained in:
Maximilian Grundke
2018-08-31 13:41:15 +02:00
parent 1c5d73f9a4
commit 159e587254

View File

@ -49,7 +49,7 @@ h1 = "#{@exercise} (external user #{@external_user})"
td
-this.testruns.each do |run|
- if run.passed
.unit-test-result.positive-result title=run.output
.unit-test-result.positive-result title=run.output
- else
.unit-test-result.unknown-result title=run.output
td = @working_times_until[index] if index > 0
@ -57,7 +57,7 @@ h1 = "#{@exercise} (external user #{@external_user})"
td = this.intervention.name
td =
td =
td =
td = @working_times_until[index] if index > 0
p = t('.addendum')
.hidden#wtimes data-working_times=ActiveSupport::JSON.encode(@working_times_until);
div#progress_chart.col-lg-12