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
!138
Resolve "Refine answer statistics"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Refine answer statistics"
185-refine-answer-statistics
into
master
Overview
0
Commits
30
Pipelines
1
Changes
20
Merged
Lukas Mauß
requested to merge
185-refine-answer-statistics
into
master
6 years ago
Overview
0
Commits
30
Pipelines
1
Changes
6
Expand
Closes
#185 (closed)
0
0
Merge request reports
Viewing commit
4b297373
Prev
Next
Show latest version
6 files
+
14
−
7
Expand all files
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
4b297373
Refine statistic-list
· 4b297373
Lukas Mauß
authored
6 years ago
src/app/components/shared/list-statistic/list-statistic.component.html
+
1
−
1
Options
@@ -27,7 +27,7 @@
@@ -27,7 +27,7 @@
</ng-container>
</ng-container>
<ng-container
matColumnDef=
"counts"
>
<ng-container
matColumnDef=
"counts"
>
<mat-header-cell
*matHeaderCellDef
>
{{'statistic.
total
' | translate}}
</mat-header-cell>
<mat-header-cell
*matHeaderCellDef
>
{{'statistic.
answers
' | translate}}
</mat-header-cell>
<mat-cell
*matCellDef=
"let cp"
[ngClass]=
"{
<mat-cell
*matCellDef=
"let cp"
[ngClass]=
"{
'positiveC' : cp.percent >= status.good,
'positiveC' : cp.percent >= status.good,
'okayC' : cp.percent >= status.okay && cp.percent < status.good,
'okayC' : cp.percent >= status.okay && cp.percent < status.good,