diff --git a/config.yaml b/config.yaml index 7e23f78..e0e307d 100644 --- a/config.yaml +++ b/config.yaml @@ -197,6 +197,9 @@ views: update: files: - web/layouts/diags/update-diag.html + history: + files: + - web/layouts/diags/history-diags.html administration: home: diff --git a/web/layouts/diags/display-diag.html b/web/layouts/diags/display-diag.html index 39bf8cf..2725362 100644 --- a/web/layouts/diags/display-diag.html +++ b/web/layouts/diags/display-diag.html @@ -9,11 +9,12 @@
+ Nom du diagnostic + | ++ Type + | ++ Actions + | +
---|---|---|
+
+ {{.Name}}
+ |
+
+ {{if eq .Namespace "parcoursmob_beneficiaries"}}
+ Diagnostic personnelle
+ {{end}}
+ {{if eq .Namespace "parcoursmob_vehicles"}}
+ Diagnostic automobile
+ {{end}}
+ {{if eq .Namespace "parcoursmob_bookings"}}
+ Diagnostic véhicule réservé
+ {{end}}
+ |
+ + Voir + | +