From 1f8a00c2266908e9648bd476860123da1ee4b7f8 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Sat, 7 Sep 2019 15:41:14 +0200
Subject: [PATCH] Fix

---
 src/includes/mentor/dashboard.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/includes/mentor/dashboard.pug b/src/includes/mentor/dashboard.pug
index 90e60975..6ec99994 100644
--- a/src/includes/mentor/dashboard.pug
+++ b/src/includes/mentor/dashboard.pug
@@ -19,8 +19,8 @@ section#home
                 sib-route(id-prefix=`${endpoints.resources}`, name='mentor-resource-detail', use-id)
 
         dialog#mentor-resource-detail.no-sidebar.container
-            sib-link(class="backlink", next="mentor-resource-list") Back to the dashboard
             include resources/detail.pug
+            sib-link(class="backlink", next="mentor-resource-list") Back to the dashboard
 
     #mentor-resource-create(hidden).no-sidebar.container
         sib-link(class="backlink", next="mentor-resource-list") Back to the dashboard
-- 
GitLab