Commit 52b9b095 authored by Romain DELEAU's avatar Romain DELEAU

change 'Attribu'by 'Compétence'

parent 1be3b00b
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
<label for="type">Type</label> <label for="type">Type</label>
<select name="type" [(ngModel)]="ressource.type"> <select name="type" [(ngModel)]="ressource.type">
<option value="ressource">Ressource / Objet</option> <option value="ressource">Ressource / Objet</option>
<option value="attribut">Attribut</option> <option value="attribut">Compétence</option>
</select> </select>
</div> </div>
<button mat-button><mat-icon fontIcon="remove" (click)="removeRessource(i)"></mat-icon></button> <button mat-button><mat-icon fontIcon="remove" (click)="removeRessource(i)"></mat-icon></button>
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</div> </div>
</div> </div>
<div class="piece-prerequires-ressources"> <div class="piece-prerequires-ressources">
<label class="piece-prerequires-title">Ressources & attributs</label> <label class="piece-prerequires-title">Ressources & Compétences</label>
<div class="piece-prerequires-form"> <div class="piece-prerequires-form">
<ng-container *ngFor="let ressource of scenario.ressources"> <ng-container *ngFor="let ressource of scenario.ressources">
<div class="piece-prerequires-ressources-element" *ngIf="ressource.name"> <div class="piece-prerequires-ressources-element" *ngIf="ressource.name">
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
font-family: 'Glacial Indifference Bold'; font-family: 'Glacial Indifference Bold';
font-size: 14px; font-size: 13px;
} }
&-form { &-form {
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
</div> </div>
</div> </div>
<div class="piece-prerequires-ressources"> <div class="piece-prerequires-ressources">
<label class="piece-prerequires-title">Ressources & attributs</label> <label class="piece-prerequires-title">Ressources & Compétences</label>
<div class="piece-prerequires-form"> <div class="piece-prerequires-form">
<ng-container *ngFor="let ressource of scenario.ressources"> <ng-container *ngFor="let ressource of scenario.ressources">
<div class="piece-prerequires-ressources-element" *ngIf="ressource.name"> <div class="piece-prerequires-ressources-element" *ngIf="ressource.name">
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
font-family: 'Glacial Indifference Bold'; font-family: 'Glacial Indifference Bold';
font-size: 14px; font-size: 13px;
} }
&-form { &-form {
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</div> </div>
</div> </div>
<div class="piece-prerequires-ressources"> <div class="piece-prerequires-ressources">
<label class="piece-prerequires-title">Ressources & attributs</label> <label class="piece-prerequires-title">Ressources & Compétences</label>
<div class="piece-prerequires-form"> <div class="piece-prerequires-form">
<ng-container *ngFor="let ressource of scenario.ressources"> <ng-container *ngFor="let ressource of scenario.ressources">
<div class="piece-prerequires-ressources-element" *ngIf="ressource.name"> <div class="piece-prerequires-ressources-element" *ngIf="ressource.name">
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
font-family: 'Glacial Indifference Bold'; font-family: 'Glacial Indifference Bold';
font-size: 14px; font-size: 13px;
} }
&-form { &-form {
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</div> </div>
</div> </div>
<div class="piece-prerequires-ressources"> <div class="piece-prerequires-ressources">
<label class="piece-prerequires-title">Ressources & attributs</label> <label class="piece-prerequires-title">Ressources & Compétences</label>
<div class="piece-prerequires-form"> <div class="piece-prerequires-form">
<ng-container *ngFor="let ressource of scenario.ressources"> <ng-container *ngFor="let ressource of scenario.ressources">
<div class="piece-prerequires-ressources-element" *ngIf="ressource.name"> <div class="piece-prerequires-ressources-element" *ngIf="ressource.name">
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
font-family: 'Glacial Indifference Bold'; font-family: 'Glacial Indifference Bold';
font-size: 14px; font-size: 13px;
} }
&-form { &-form {
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</div> </div>
</div> </div>
<div class="piece-prerequires-ressources"> <div class="piece-prerequires-ressources">
<label class="piece-prerequires-title">Ressources & attributs</label> <label class="piece-prerequires-title">Ressources & Compétences</label>
<div class="piece-prerequires-form"> <div class="piece-prerequires-form">
<ng-container *ngFor="let ressource of scenario.ressources"> <ng-container *ngFor="let ressource of scenario.ressources">
<div class="piece-prerequires-ressources-element" *ngIf="ressource.name"> <div class="piece-prerequires-ressources-element" *ngIf="ressource.name">
......
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
font-family: 'Glacial Indifference Bold'; font-family: 'Glacial Indifference Bold';
font-size: 14px; font-size: 13px;
} }
&-form { &-form {
......
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