$
This commit is contained in:
3
src/components/global/path/path.riot
Normal file
3
src/components/global/path/path.riot
Normal file
@@ -0,0 +1,3 @@
|
||||
<path>
|
||||
|
||||
</path>
|
@@ -123,7 +123,8 @@
|
||||
"filière de formation détaillée"
|
||||
],
|
||||
},
|
||||
data: null /* JSON a traiter en fonction de la section choisit. */
|
||||
data: null, /* JSON a traiter en fonction de la section choisit. */
|
||||
path: null
|
||||
},
|
||||
|
||||
/**
|
||||
|
@@ -30,6 +30,10 @@
|
||||
</style>
|
||||
|
||||
<div id="main-container">
|
||||
<div id="top">
|
||||
<path />
|
||||
</div>
|
||||
|
||||
<div id="right">
|
||||
<selector />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user