+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
\ No newline at end of file
+ style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1" />
+
diff --git a/webpack/component/teacher/view.vue b/webpack/component/teacher/view.vue
index fb03530..96df1f6 100644
--- a/webpack/component/teacher/view.vue
+++ b/webpack/component/teacher/view.vue
@@ -23,17 +23,17 @@
heures à faire
- {{ prof.VHCours + prof.VHTd + prof.VHTp }}
+ {{ prof.equiTD }}
heures prévues
- {{ prof.equiTD }}h équivalents TD
+ {{ prof.VHCours + prof.VHTd + prof.VHTp }}h physiques prévues
diff --git a/webpack/scss/container.scss b/webpack/scss/container.scss
index 49a7087..bfd57c3 100644
--- a/webpack/scss/container.scss
+++ b/webpack/scss/container.scss
@@ -330,6 +330,16 @@
&.td.active:before{ background-image: url('/asset/svg/td.svg@20b565'); }
&.tp.active:before{ background-image: url('/asset/svg/tp.svg@e85456'); }
+ & > span{
+ display: inline;
+
+ padding-left: .5em;
+ color: #bbb;
+
+ font-size: .9em;
+ text-transform: uppercase;
+ }
+
}
/* (5.2) Card footer separator */