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
!66
Resolve "Fix - AppRouting"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Fix - AppRouting"
80-fix-approuting
into
master
Overview
1
Commits
9
Pipelines
5
Changes
8
Merged
Hagen Dreßler
requested to merge
80-fix-approuting
into
master
7 years ago
Overview
1
Commits
9
Pipelines
5
Changes
2
Expand
Testing
check all routes -> try all paths, functions and check if you are on the right path
!65 (closed)
related, corrupted Closes
#80 (closed)
Edited
7 years ago
by
Hagen Dreßler
0
0
Merge request reports
Viewing commit
faa56221
Prev
Next
Show latest version
2 files
+
3
−
7
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
faa56221
Fix app-routing
· faa56221
Hagen Dreßler
authored
7 years ago
src/app/room/room.component.html
+
1
−
5
Options
@@ -8,11 +8,7 @@
<mat-list-item>
Description: {{room.description}}
</mat-list-item>
<mat-list-item>
Closed: {{room.closed}}
</mat-list-item>
<button
mat-button
routerLink=
"/room/{{room.id}}/create-comment"
>
Create comment
<!-- Only for participant -->
</button>
<button
mat-button
routerLink=
"/room/{{room.id}}/comments"
>
<button
mat-button
routerLink=
"/creator/room/{{room.id}}/comments"
>
Visit comments
<!-- Only for creator -->
</button>
</mat-list>