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
Commits
1b36d0ee
Commit
1b36d0ee
authored
5 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Change order of comment flags
parent
9ef1b113
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!377
Resolve "Give 'correct' icon button a second state 'incorrect'"
Pipeline
#30098
passed with stages
in 7 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/shared/comment/comment.component.html
+5
-5
5 additions, 5 deletions
src/app/components/shared/comment/comment.component.html
with
5 additions
and
5 deletions
src/app/components/shared/comment/comment.component.html
+
5
−
5
View file @
1b36d0ee
...
@@ -11,11 +11,6 @@
...
@@ -11,11 +11,6 @@
</ng-template>
</ng-template>
</div>
</div>
<span
class=
"fill-remaining-space"
></span>
<span
class=
"fill-remaining-space"
></span>
<button
mat-icon-button
*ngIf=
"comment.read"
[disabled]=
"true"
(click)=
"setRead(comment)"
>
<mat-icon
[ngClass]=
"{'read-icon': comment.read, 'not-marked' : !comment.read}"
matTooltip=
"{{ 'comment-page.mark-read' | translate }}"
>
speaker_notes
</mat-icon>
</button>
<button
mat-icon-button
*ngIf=
"!isStudent || comment.correct === 2"
[disabled]=
"isStudent"
<button
mat-icon-button
*ngIf=
"!isStudent || comment.correct === 2"
[disabled]=
"isStudent"
(click)=
"markCorrect(comment, 2)"
>
(click)=
"markCorrect(comment, 2)"
>
<mat-icon
[ngClass]=
"{'wrong-icon' : comment.correct === 2,
<mat-icon
[ngClass]=
"{'wrong-icon' : comment.correct === 2,
...
@@ -39,6 +34,11 @@
...
@@ -39,6 +34,11 @@
: ('comment-page.mark-not-favorite' | translate)"
>
grade
: ('comment-page.mark-not-favorite' | translate)"
>
grade
</mat-icon>
</mat-icon>
</button>
</button>
<button
mat-icon-button
*ngIf=
"comment.read"
[disabled]=
"true"
(click)=
"setRead(comment)"
>
<mat-icon
[ngClass]=
"{'read-icon': comment.read, 'not-marked' : !comment.read}"
matTooltip=
"{{ 'comment-page.mark-read' | translate }}"
>
speaker_notes
</mat-icon>
</button>
<button
mat-icon-button
*ngIf=
"!isStudent"
(click)=
"openDeleteCommentDialog()"
>
<button
mat-icon-button
*ngIf=
"!isStudent"
(click)=
"openDeleteCommentDialog()"
>
<mat-icon
class=
"not-marked"
matTooltip=
"{{ 'comment-page.delete' | translate }}"
>
delete
<mat-icon
class=
"not-marked"
matTooltip=
"{{ 'comment-page.delete' | translate }}"
>
delete
</mat-icon>
</mat-icon>
...
...
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