Commit dab8025c authored by Romain DELEAU's avatar Romain DELEAU

role 1 & 2 differents icons + dynamic name

parent 28f18a5b
......@@ -11,9 +11,10 @@
</div>
<div class="piece-form">
<div class="piece-form-title">Rôle 1</div>
<div class="piece-form-title">{{role.intitule ? role.intitule : 'Role '+(i+1)}}</div>
<mat-icon class="piece-form-comment" fontIcon="comment" *ngIf="role.comments.length > 0"></mat-icon>
<img src="../../../assets/background-images/role_opacity0.png"/>
<img src="../../../assets/background-images/role_opacity0.png" *ngIf="i == 0"/>
<img src="../../../assets/background-images/role2_opacity0.png" *ngIf="i == 1"/>
<div class="piece-form-intitule">
<label for="intitule">Intitulé</label>
<input name="intitule" type="text" [(ngModel)]="role.intitule" placeholder="Développeur/euse web"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment