Skip to content
Snippets Groups Projects
Commit a2cf2416 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

wip : remove offer modif in profile

parent 0d23133a
No related branches found
No related tags found
1 merge request!936Resolve "[modification fiche structure] - Offre structure vs. Offre accompagnant numérique + ordre des blocs"
<div *ngIf="this.personalOffer.categoriesDisplay" class="container">
<div class="header">
<h2 class="uppercase">Mon offre d'accompagnements</h2>
<app-button
*ngIf="!isPublic"
class="hide-on-mobile"
[variant]="'secondary'"
[label]="'Modifier mon offre'"
[iconName]="'edit'"
[size]="'small'"
[wide]="true"
(action)="goToEditPersonalOffer()"
/>
<app-icon-button
*ngIf="!isPublic"
ariaLabel="Modifier mon offre"
class="hide-on-desktop"
[variant]="'secondary'"
[iconName]="'edit'"
(action)="goToEditPersonalOffer()"
/>
</div>
<div class="content">
<app-collapse *ngIf="this.personalOffer.categoriesDisplay.onlineProcedures.length" [expanded]="true">
......
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