Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
c19a76c3
Commit
c19a76c3
authored
Aug 22, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
steps dynamic index
parent
c4d3d97c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
step.component.html
src/app/pieces/step/step.component.html
+1
-1
No files found.
src/app/pieces/step/step.component.html
View file @
c19a76c3
...
...
@@ -19,7 +19,7 @@
</div>
<div
class=
"piece-form"
>
<div
class=
"piece-form-title"
>
Étape
1
</div>
<div
class=
"piece-form-title"
>
Étape
{{index+1}}
</div>
<mat-icon
class=
"piece-form-comment"
fontIcon=
"comment"
*
ngIf=
"step.comments.length > 0"
></mat-icon>
<textarea
[(
ngModel
)]="
step
.
description
"
></textarea>
<div
class=
"piece-form-duration"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment