mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
site/layouts: add new FSC modules
Peter changed these...
This commit is contained in:
parent
cf7496e5a0
commit
46fa1cf901
@ -42,12 +42,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><a href="#module-Evaluation">Evaluation</a></td>
|
<td><a href="#module-Evaluation">Evaluation</a></td>
|
||||||
<td><a href="#module-Form">Form</a></td>
|
<td><a href="#module-Form">Form</a></td>
|
||||||
<td><a href="#module-Scope">Scope</a></td>
|
<td><a href="#module-Pesticides">Pesticides</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><a href="#module-Provenance">Provenance</a></td>
|
||||||
|
<td><a href="#module-Scope">Scope</a></td>
|
||||||
<td><a href="#module-Status">Status</a></td>
|
<td><a href="#module-Status">Status</a></td>
|
||||||
<td></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
{{ $cluster := "Fsc" }}
|
{{ $cluster := "Fsc" }}
|
||||||
{{ .Scratch.Set "cluster" $cluster }}
|
{{ .Scratch.Set "cluster" $cluster }}
|
||||||
{{ $modules := slice "Assurance" "Certificate" "Coverage" "Evaluation" "Form" "Scope" "Status" }}
|
{{ $modules := slice "Assurance" "Certificate" "Coverage" "Evaluation" "Form" "Pesticides" "Provenance" "Scope" "Status" }}
|
||||||
{{ range $modules }}
|
{{ range $modules }}
|
||||||
{{ $module := . }}
|
{{ $module := . }}
|
||||||
{{ $.Scratch.Set "module" $module }}
|
{{ $.Scratch.Set "module" $module }}
|
||||||
|
Loading…
Reference in New Issue
Block a user