From 8f2df581bf3ce480681e40d0549ad92235efd05e Mon Sep 17 00:00:00 2001
From: Alice <alice.poggioli@hotmail.fr>
Date: Fri, 20 Sep 2019 12:57:40 +0200
Subject: [PATCH] Feature: Add figure tag in validation process modal.

---
 src/includes/mentor/validation-process.pug | 31 ++++++++++++++++++----
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/src/includes/mentor/validation-process.pug b/src/includes/mentor/validation-process.pug
index cb89431b..b4368f16 100644
--- a/src/includes/mentor/validation-process.pug
+++ b/src/includes/mentor/validation-process.pug
@@ -2,10 +2,31 @@ div.block_log.block_creat_count.no_shadow
     sib-link(class="backlink pull-right", next="mentor-resource-list") X
     div#validation-process
         div
-            p Mentor upload a resource to the database
-            p Resource is sent to qualified peers for validation
+            figure
+                img( src="http://placekitten.com/g/150/150"
+                alt="")
+                figcaption Mentor upload a resource to the database
+
+            figure(
+                img src="http://placekitten.com/1/300"
+                alt=""
+                )
+                figcaption Resource is sent to qualified peers for validation
+              
 
         div
-            p Resource is validated and becomes available in the database
-            p Resource is not validated and improvement is siggested. You get a list of improvement, can edit ans re-load the resource. It goes to validation process again.L0
-            p Resource is reported inapropriate. You get a notification with a message from your peer explaning why.
\ No newline at end of file
+            figure
+                img( src="http://placekitten.com/g/150/150"
+                alt="")
+                figcaption Resource is validated and becomes available in the database
+            
+            figure
+                img( src="http://placekitten.com/g/150/150"
+                alt="")
+                figcaption Resource is not validated and improvement is siggested. You get a list of improvement, can edit ans re-load the resource. It goes to validation process again.L0
+            
+            figure
+                img( src="http://placekitten.com/g/150/150"
+                alt="")
+                figcaption Resource is reported inapropriate. You get a notification with a message from your peer explaning why.
+        
\ No newline at end of file
-- 
GitLab