index item moved authorities to left sidebar #1939
This commit is contained in:
@@ -29,12 +29,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
|
||||||
|
|
||||||
<!-- default slot -->
|
|
||||||
<IndexItemOcurrences v-if="content" :content="content" />
|
|
||||||
|
|
||||||
<template v-if="content" v-slot:nav>
|
|
||||||
<section v-if="content.autorities.length" class="autorities">
|
<section v-if="content.autorities.length" class="autorities">
|
||||||
<h3>Autorités</h3>
|
<h3>Autorités</h3>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -43,6 +37,13 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<!-- default slot -->
|
||||||
|
<IndexItemOcurrences v-if="content" :content="content" />
|
||||||
|
|
||||||
|
<template v-if="content" v-slot:nav>
|
||||||
</template>
|
</template>
|
||||||
</MainContentLayout>
|
</MainContentLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user