Преглед изворни кода

moved twig template for edlp-home from module to twig (with grid system)

Bachir Soussi Chiadmi пре 7 година
родитељ
комит
ce868ca061
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      sites/all/themes/custom/edlptheme/templates/content/edlp-home.html.twig

+ 14 - 0
sites/all/themes/custom/edlptheme/templates/content/edlp-home.html.twig

@@ -0,0 +1,14 @@
+<div class="row">
+  <div class="presentation col col-4">
+    {{ presentation }}
+  </div>
+  <div class="last-file col col-2">
+    {{ last_fil }}
+  </div>
+  <div class="last-prod col col-4">
+    {{ last_production }}
+  </div>
+  <div class="agenda col col-2">
+    {{ agenda }}
+  </div>
+</div>