Show working time until intervention
This commit is contained in:
@ -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