Show working time until intervention
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user