Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
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
Show more breadcrumbs
ARSnova
arsnova-lite
Merge requests
!260
An error occurred while fetching the assigned milestone of the selected merge_request.
Show the tool bar from the 3rd comment on
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Show the tool bar from the 3rd comment on
patch-1
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Klaus-Dieter Quibeldey-Cirkel
requested to merge
patch-1
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
5995cabc
Show latest version
1 file
+
2
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5995cabc
Show the tool bar from the 3rd comment on
· 5995cabc
Klaus-Dieter Quibeldey-Cirkel
authored
5 years ago
src/app/components/shared/comment-list/comment-list.component.html
+
2
−
2
Options
<div
fxLayout=
"row"
id=
"search-container"
*ngIf=
"comments.length >
0
"
>
<div
fxLayout=
"row"
id=
"search-container"
*ngIf=
"comments.length >
2
"
>
<mat-label
fxLayoutAlign=
"center center"
>
<mat-icon
class=
"search-icon"
>
search
</mat-icon>
</mat-label>
@@ -72,7 +72,7 @@
</mat-menu>
</div>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
*ngIf=
"comments.length <
1
"
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
*ngIf=
"comments.length <
3
"
>
<button
mat-fab
class=
"fab-extended"
(click)=
"openCreateDialog()"
>
{{'comment-list.add-comment' | translate}}
<mat-icon
class=
"add"
>
add
</mat-icon>