Skip to content
Snippets Groups Projects
Commit b9c0726b authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Few fixes

parent a640db9a
No related branches found
No related tags found
1 merge request!126Bugfix/fix research by name
Pipeline #3867 passed with stage
in 1 minute and 59 seconds
......@@ -146,6 +146,7 @@ container.block_list.flex.flex_espace
label-fields=''
multiple-fields
class="panel"
next='mentor-resource-detail'
paginate-by="5"
)
......@@ -198,6 +199,7 @@ container.block_list.flex.flex_espace
label-fields=''
multiple-fields
class="panel"
next='mentor-resource-detail'
paginate-by="5"
)
......@@ -251,6 +253,7 @@ container.block_list.flex.flex_espace
label-fields=''
multiple-fields
class="panel"
next='mentor-resource-detail'
paginate-by="5"
)
......@@ -304,6 +307,7 @@ container.block_list.flex.flex_espace
label-fields=''
multiple-fields
class="panel"
next='mentor-resource-detail'
paginate-by="5"
)
......@@ -356,6 +360,7 @@ container.block_list.flex.flex_espace
label-fields=''
multiple-fields
class="panel"
next='mentor-resource-detail'
paginate-by="5"
)
......@@ -408,7 +413,7 @@ container.block_list.flex.flex_espace
label-fields=''
multiple-fields
class="panel"
next='entrepreneur-resource-detail'
next='mentor-resource-detail'
paginate-by="5"
)
......
......@@ -11,18 +11,18 @@ header#header(role='banner')
include ./components/header.pug
section#home
sib-router
sib-ac-checker(permission="acl:Read" bind-resources)
sib-route(id-prefix=`${endpoints.resources}`, name='mentor-resource-detail', use-id)
#mentor-resource-list(hidden).no-sidebar.container
include resources/list.pug
sib-router
sib-ac-checker(permission="acl:Write" bind-resources)
sib-route(id-prefix=`${endpoints.resources}`, name='mentor-resource-detail', use-id)
sib-route(id-prefix=`${endpoints.resources}`, name='mentor-resource-validate', use-id)
sib-route(name='resource-validation-process')
dialog#mentor-resource-detail.no-sidebar
include resources/detail.pug
dialog#mentor-resource-validate.no-sidebar
include resources/validate.pug
......@@ -32,6 +32,9 @@ section#home
#mentor-database(hidden).no-sidebar.container
include ./browseDatabase.pug
dialog#mentor-resource-detail.no-sidebar
include resources/detail.pug
#mentor-resource-create(hidden).no-sidebar.container
sib-link(class="backlink", next="mentor-resource-list")=`${data.BackToDashboard}`
include resources/create.pug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment