small fixes, remove tabs
This commit is contained in:
parent
623c715892
commit
5c361bdef9
@ -27,9 +27,6 @@ details#user-controls.notLoggedIn
|
|||||||
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
|
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
|
||||||
li
|
li
|
||||||
sib-link(next='my-profile') Mon profil
|
sib-link(next='my-profile') Mon profil
|
||||||
//-li
|
|
||||||
sib-link(next='user-settings') Settings
|
|
||||||
sib-link(next='profile') Mon profil
|
|
||||||
li
|
li
|
||||||
sib-link(next='admin') Administration
|
sib-link(next='admin') Administration
|
||||||
li
|
li
|
||||||
|
@ -17,7 +17,6 @@ html(lang="en")
|
|||||||
header#header(role='banner')
|
header#header(role='banner')
|
||||||
include header.pug
|
include header.pug
|
||||||
|
|
||||||
|
|
||||||
main.notLoggedIn
|
main.notLoggedIn
|
||||||
include menu-left.pug
|
include menu-left.pug
|
||||||
div#viewport
|
div#viewport
|
||||||
@ -52,6 +51,8 @@ html(lang="en")
|
|||||||
|
|
||||||
#admin(hidden).with-sidebar
|
#admin(hidden).with-sidebar
|
||||||
include page-admin.pug
|
include page-admin.pug
|
||||||
|
|
||||||
|
#about.no-sidebar.with-padding
|
||||||
include page-about.pug
|
include page-about.pug
|
||||||
|
|
||||||
if (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.uploads || (endpoints.post && endpoints.post.uploads)) && (endpoints.users || (endpoints.post && endpoints.post.users))
|
if (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.uploads || (endpoints.post && endpoints.post.uploads)) && (endpoints.users || (endpoints.post && endpoints.post.users))
|
||||||
|
@ -54,7 +54,6 @@ nav#main__menu.jsLeftMenu
|
|||||||
div.menu-label Tableau de bord
|
div.menu-label Tableau de bord
|
||||||
div.menu-icon.icon-home
|
div.menu-icon.icon-home
|
||||||
div.divider
|
div.divider
|
||||||
sib-route(name='about', hidden)
|
|
||||||
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users))
|
||||||
sib-route.menu(name='members')
|
sib-route.menu(name='members')
|
||||||
div.menu-label Annuaire des membres
|
div.menu-label Annuaire des membres
|
||||||
@ -139,3 +138,4 @@ nav#main__menu.jsLeftMenu
|
|||||||
|
|
||||||
sib-route(name='admin', hidden)
|
sib-route(name='admin', hidden)
|
||||||
sib-route.menu(name='profile', hidden)
|
sib-route.menu(name='profile', hidden)
|
||||||
|
sib-route(name='about', hidden)
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#about.no-sidebar.with-padding
|
.views-container
|
||||||
.views-container
|
|
||||||
h2 A propos
|
h2 A propos
|
||||||
div.flex-content-white
|
div.flex-content-white
|
||||||
div
|
div
|
||||||
@ -12,5 +11,4 @@
|
|||||||
h3 Contacte-nous
|
h3 Contacte-nous
|
||||||
p Tu veux contribuer, nous remonter un bug, nous suggérer une amélioration, travailler avec nous ?
|
p Tu veux contribuer, nous remonter un bug, nous suggérer une amélioration, travailler avec nous ?
|
||||||
|
|
||||||
sib-link.main-cta
|
a(href="https://startinblox.com/fr" target="_blank").main-cta Contact
|
||||||
p Contact
|
|
@ -18,7 +18,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
}
|
}
|
||||||
>div:first-child{
|
>div:first-child{
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
Loading…
Reference in New Issue
Block a user