Show the mean instruction time in the Résumé tab
This commit is contained in:
parent
faff741bf2
commit
d55c9dff4d
5 changed files with 34 additions and 4 deletions
|
@ -34,6 +34,10 @@
|
|||
%strong
|
||||
vous recevrez un email
|
||||
avec le résultat.
|
||||
- if dossier.procedure.mean_instruction_time
|
||||
- cache(dossier.procedure, expires_in: 1.week) do
|
||||
%p
|
||||
Le temps moyen d’instruction pour cette démarche est de #{distance_of_time_in_words(dossier.procedure.mean_instruction_time)}.
|
||||
|
||||
- elsif dossier.accepte?
|
||||
.accepte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue