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
c2ba1217
Prev
Next
Show latest version
2 files
+
4
−
4
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)
c2ba1217
Rename variable
· c2ba1217
Hagen Dreßler
authored
7 years ago
src/app/room-list/room-list.component.html
+
1
−
1
Options
@@ -12,7 +12,7 @@
{{ room.description }}
</p>
<mat-action-row>
<button
mat-button
routerLink=
"/{{
role
}}/room/{{ room.id }}"
>
Join room
</button>
<button
mat-button
routerLink=
"/{{
baseUrl
}}/room/{{ room.id }}"
>
Join room
</button>
</mat-action-row>
</mat-expansion-panel>
</mat-accordion>