Răsfoiți Sursa

abschluss strings nach repos

burningTyger 8 ani în urmă
părinte
comite
45bf6df8b1

+ 2 - 2
views/agz_2014.slim

@@ -32,9 +32,9 @@ link href=url("/css/print_a4.css") rel="stylesheet" media="all"
           .voffset-1
           |Leistungen laut Konferenzbeschluss vom #{(hj.konferenzdatum).strftime("%d.%m.%Y")}:
       -if s.bk_abschluss && s.bk_abschluss.zulassung? && s.bk_abschluss.class != Presenters::StringSaver::Null
-        ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj
+        ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       -else
-        ==partial :p_zeugnis_noten, :s => s, :hj => hj
+        ==partial :p_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       .row
         .col-xs-12
           hr

+ 1 - 1
views/agz_mit_pruefung_2014.slim

@@ -32,7 +32,7 @@ link href=url("/css/print_a4.css") rel="stylesheet" media="all"
           .voffset-2
           |Leistungen laut Konferenzbeschluss vom #{(hj.konferenzdatum).strftime("%d.%m.%Y")}:
       .klein-8
-        ==partial :p_zeugnis_noten, :s => s, :hj => hj
+        ==partial :p_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       .row
         .col-xs-12
           hr

+ 1 - 1
views/agz_mit_pruefung_zweiseitig_2014.slim

@@ -31,7 +31,7 @@ link href=url("/css/print_a4.css") rel="stylesheet" media="all"
            #{s.geschlecht == 3 ? "Er":"Sie"} war zuletzt #{s.schueler_studierende} in der Klasse #{s.klasse}.
           .voffset-2
           |Leistungen laut Konferenzbeschluss vom #{(hj.konferenzdatum).strftime("%d.%m.%Y")}:
-      ==partial :p_zeugnis_noten, :s => s, :hj => hj
+      ==partial :p_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       .row
         .col-xs-12
           hr

+ 2 - 2
views/agz_zweiseitig_2014.slim

@@ -32,9 +32,9 @@ link href=url("/css/print_a4.css") rel="stylesheet" media="all"
           .voffset-1
           |Leistungen laut Konferenzbeschluss vom #{(hj.konferenzdatum).strftime("%d.%m.%Y")}:
       -if s.bk_abschluss && s.bk_abschluss.zulassung? && s.bk_abschluss.class != Presenters::StringSaver::Null
-        ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj
+        ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       -else
-        ==partial :p_zeugnis_noten, :s => s, :hj => hj
+        ==partial :p_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       .row
         .col-xs-12
           hr

+ 1 - 1
views/asz_fs_2014.slim

@@ -33,7 +33,7 @@ link href=url("/css/print_a4.css") rel="stylesheet" media="all"
             |besuchte im #{hj.abschnitt}. Halbjahr des Schuljahres #{hj.schuljahr} die Klasse #{hj.klasse}
           .voffset-1
           |Leistungen laut Konferenzbeschluss vom #{(hj.konferenzdatum).strftime("%d.%m.%Y")}:
-      ==partial :p_zeugnis_noten, :s => s, :hj => hj
+      ==partial :p_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       .row
         .col-xs-12
           hr

+ 2 - 2
views/asz_fs_pkb_2014.slim

@@ -19,8 +19,8 @@ link href=url("/css/print_a3.css") rel="stylesheet" media="all"
         .col-xs-6
           .col-xs-11
             //TODO: Kopf wie Jahreszeugnis mit großem BG und FR
-            ==partial :p_zeugnis_kopf, :s => s, :hj => hj
-            ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj
+            ==partial :p_zeugnis_kopf, :s => s, :hj => hj, :repo => repo
+            ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj, :repo => repo
             .eng
               ==partial :p_zeugnis_bemerkungen, :s => s, :hj => hj
         .col-xs-6

+ 2 - 2
views/asz_fs_pkb_2015.slim

@@ -20,8 +20,8 @@ link href=url("/css/print_a3.css") rel="stylesheet" media="all"
         .col-xs-6
           .col-xs-11
             //TODO: Kopf wie Jahreszeugnis mit großem BG und FR
-            ==partial :p_zeugnis_kopf, :s => s, :hj => hj
-            ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj
+            ==partial :p_zeugnis_kopf, :s => s, :hj => hj, :repo => repo
+            ==partial :p_asz_zeugnis_noten, :s => s, :hj => hj, :repo => repo
             .eng
               ==partial :p_zeugnis_bemerkungen, :s => s, :hj => hj
         .col-xs-6

+ 1 - 1
views/hjz_2015.slim

@@ -30,7 +30,7 @@ link href=url("/css/print_a4.css") rel="stylesheet" media="all"
           |besuchte im #{hj.abschnitt}. Halbjahr des Schuljahres #{hj.schuljahr} die Klasse #{hj.klasse}
           .voffset-2
           |Leistungen laut Konferenzbeschluss vom #{hj.konferenzdatum.strftime("%d.%m.%Y")}:
-      ==partial :p_zeugnis_noten, :s => s, :hj => hj
+      ==partial :p_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       .row
         .col-xs-12
           hr

+ 1 - 1
views/jz_2014.slim

@@ -32,7 +32,7 @@ link href=url("/css/print_a4.css") rel="stylesheet" media="all"
             |besuchte im #{hj.abschnitt}. Halbjahr des Schuljahres #{hj.schuljahr} die Klasse #{hj.klasse}
           .voffset-2
           |Leistungen laut Konferenzbeschluss vom #{(hj.konferenzdatum).strftime("%d.%m.%Y")}:
-      ==partial :p_zeugnis_noten, :s => s, :hj => hj
+      ==partial :p_zeugnis_noten, :s => s, :hj => hj, :repo => repo
       .row
         .col-xs-12
           hr