From d786f2d1d5643e9f57dea6e92800ad6445504671 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Wed, 11 Sep 2019 11:48:59 +0200 Subject: [PATCH] Quick adjustment --- 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 77b3b603..1abc49f8 100644 --- a/src/includes/mentor/dashboard.pug +++ b/src/includes/mentor/dashboard.pug @@ -19,7 +19,7 @@ section#home sib-route(id-prefix=`${endpoints.resources}`, name='mentor-resource-detail', use-id) sib-route(id-prefix=`${endpoints.resources}`, name='mentor-resource-validate', use-id) - dialog#mentor-resource-detail.no-sidebar.container + dialog#mentor-resource-detail.no-sidebar include resources/detail.pug sib-link(class="backlink", next="mentor-resource-list") Back to the dashboard -- GitLab