Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frag.jetzt SWTP 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Marc Tröll
frag.jetzt SWTP 2022
Commits
b31c9bd9
There was an error fetching the commit references. Please try again later.
Commit
b31c9bd9
authored
7 years ago
by
Hagen Dreßler
Committed by
David Noah Donges
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Edit html template (add list of cards and button)
parent
4c8cad39
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/comment/comment.component.html
+19
-5
19 additions, 5 deletions
src/app/comment/comment.component.html
with
19 additions
and
5 deletions
src/app/comment/comment.component.html
+
19
−
5
View file @
b31c9bd9
<form>
<mat-form-field>
<textarea
matInput
placeholder=
"add your comment"
matTextareaAutosize
matAutosizeMinRows=
"10"
></textarea>
</mat-form-field>
<ul>
<li
*ngFor=
"let com of comments"
>
<mat-card>
<mat-card-content>
<b>
com header
</b><br>
{{ com }}
</mat-card-content>
<mat-card-footer>
<div
style=
"float:left"
>
<i>
#date + time
</i>
</div>
<div
style=
"float:right"
>
<i>
#name of commentator
</i>
</div>
</mat-card-footer>
</mat-card><br>
</li>
</ul>
<button
mat-raised-button
color=
"primary"
>
back
</button>
<button
mat-raised-button
color=
"primary"
>
send
</button>
</form>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment