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
!171
SWTP Comment Project
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SWTP Comment Project
swtp-2019/arsnova-lite:master
into
master
Overview
6
Commits
222
Pipelines
0
Changes
130
All threads resolved!
Hide all comments
Merged
Tom Käsler
requested to merge
swtp-2019/arsnova-lite:master
into
master
5 years ago
Overview
6
Commits
222
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
This MR introduces the new comment feature with voting.
Edited
5 years ago
by
Lukas Mauß
0
0
Merge request reports
Viewing commit
5246aeb9
Prev
Next
Show latest version
1 file
+
2
−
2
Expand all files
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5246aeb9
Move click-event for prensation dialog to comment body
· 5246aeb9
Lukas Mauß
authored
6 years ago
src/app/components/shared/comment/comment.component.html
+
2
−
2
Options
<mat-card
class=
"card-container"
(click)=
"openPresentDialog(comment.body)"
>
<mat-card
class=
"card-container"
>
<div
fxLayout=
"column"
>
<div
fxLayout=
"column"
>
<div
fxLayout=
"row"
>
<div
fxLayout=
"row"
>
<span
class=
"fill-remaining-space"
></span>
<span
class=
"fill-remaining-space"
></span>
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
</button>
</button>
</div>
</div>
<div
fxLayout=
"row"
>
<div
fxLayout=
"row"
>
<div
class=
"body"
>
{{comment.body}}
</div>
<div
class=
"body"
(click)=
"openPresentDialog(comment.body)"
>
{{comment.body}}
</div>
<span
class=
"fill-remaining-space"
></span>
<span
class=
"fill-remaining-space"
></span>
<div
fxLayout=
"column"
>
<div
fxLayout=
"column"
>
<button
mat-icon-button
[disabled]=
"!isStudent"
(click)=
"voteUp(comment)"
>
<button
mat-icon-button
[disabled]=
"!isStudent"
(click)=
"voteUp(comment)"
>