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

Merge branch 'feature/add-accounts-button' into 'master'

Add proper links to proper actions

See merge request startinblox/applications/coop-starter/coopstarter-front!48
parents 879aae2c 0cbed42a
No related branches found
No related tags found
1 merge request!48Add proper links to proper actions
...@@ -204,12 +204,9 @@ container.block_list.flex.flex_espace ...@@ -204,12 +204,9 @@ container.block_list.flex.flex_espace
sib-display#circles-list( sib-display#circles-list(
data-src=`${endpoints.steps}3/`, data-src=`${endpoints.steps}3/`,
fields='name' fields='name'
label-name ='Step 3 ' label-name ='Step 3 '
label-resources='' label-resources=''
widget-name='cs-steps-header'
widget-name='cs-steps-header'
) )
sib-display.resource_by_step( sib-display.resource_by_step(
......
...@@ -23,4 +23,13 @@ ...@@ -23,4 +23,13 @@
bind-user bind-user
fields='account.picture', fields='account.picture',
widget-account.picture='cs-account-picture' widget-account.picture='cs-account-picture'
) )
\ No newline at end of file
sib-link(next='mentor-dashboard')
p Dashboard
sib-link(next='mentor-database')
p Resources database
sib-link(next='mentor-account')
p My account
sib-link.logout_button(next='mentor-dashboard')
p Lagout
\ No newline at end of file
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