Skip to content
Snippets Groups Projects
Commit 258d39a0 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: update display of followed points

parent 72d52a0d
No related branches found
No related tags found
2 merge requests!7fix: backlink on left in territory profile...,!4Draft: add: alpha release + switch to core beta
Pipeline #16906 passed
......@@ -176,16 +176,17 @@ core.Sib.register({
<solid-widget name="follow-answer-form">
<template>
<div class="segment full auto-eval-answer">
<div class="segment half padding-small whitespace-normal">
<div class="segment full padding-small text-top whitespace-normal">
<div class="segment full padding-small whitespace-normal">
<div class="segment full padding-small padding-bottom-xxsmall text-top whitespace-normal">
<solid-display
data-src="\${value}"
solid-resource
fields="followed_point.name"
fields="followed_point.name, div(followed_point.helpComment)"
widget-followed_point.name="h4"
widget-div="div"
></solid-display>
</div>
<div class="segment full padding-small text-top">
<div class="segment full padding-small padding-top-xxsmall text-top">
<solid-form
solid-resource
fields="answer"
......@@ -199,14 +200,6 @@ core.Sib.register({
></solid-form>
</div>
</div>
<div class="segment half padding-small text-top whitespace-normal">
<solid-display
data-src="\${value}"
fields="title, followed_point.helpComment"
value-title="Question à poser"
widget-title="h5"
></solid-display>
</div>
</div>
</template>
</solid-widget>
......
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