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