Skip to content
Snippets Groups Projects
Commit 79ffcdce authored by Eugénie Laugier's avatar Eugénie Laugier
Browse files

stage-detail : heritage

parent 3d4fb489
No related branches found
No related tags found
No related merge requests found
<h2 class="accordion-header" id=`heading${stage.id}`>
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target=`#collapse${stage.id}`
aria-expanded="true" aria-controls=`#collapse${stage.id}`>
<h2 class="accordion-header" id="heading{{stage.id}}">
<button class="accordion-button" type="button" data-bs-toggle="collapse" [attr.data-bs-target]="'#collapse' + stage.id" aria-expanded="true" [attr.data-aria-controls]="'collapse' + stage.id">
{{stage.titre}}
</button>
</h2>
<div id=`#collapse${stage.id}` class="accordion-collapse collapse " aria-labelledby=`heading${stage.id}`
<div id="collapse{{stage.id}}" class="accordion-collapse collapse" [attr.data.aria-labelledby]="'heading' + stage.id"
data-bs-parent="#accordionExample">
<div class="accordion-body">
{{stage.description}}
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment