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
!62
Project 'swtp-block-ws17/arsnova-angular-frontend' was moved to 'arsnova/arsnova-lite'. Please update any links and bookmarks that may still have the old path.
Resolve "creator home screen - html template (room)" 2nd try
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "creator home screen - html template (room)" 2nd try
58-creator-home-screen-html-template-room
into
master
Overview
18
Commits
11
Pipelines
7
Changes
11
Merged
Thomas Lenz
requested to merge
58-creator-home-screen-html-template-room
into
master
7 years ago
Overview
18
Commits
11
Pipelines
7
Changes
3
Expand
Closes
#58 (closed)
tested etc in
!61 (closed)
0
0
Merge request reports
Compare
version 1
version 7
52c6c536
7 years ago
version 6
8b2641bd
7 years ago
version 5
86c31ddd
7 years ago
version 4
769f6024
7 years ago
version 3
a0089768
7 years ago
version 2
e1b046bf
7 years ago
version 1
0b352ea1
7 years ago
master (base)
and
version 2
latest version
caadedf7
11 commits,
7 years ago
version 7
52c6c536
10 commits,
7 years ago
version 6
8b2641bd
10 commits,
7 years ago
version 5
86c31ddd
9 commits,
7 years ago
version 4
769f6024
8 commits,
7 years ago
version 3
a0089768
8 commits,
7 years ago
version 2
e1b046bf
7 commits,
7 years ago
version 1
0b352ea1
6 commits,
7 years ago
Show latest version
3 files
+
6
−
15
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/app/creator-home-screen/creator-home-screen.component.html
+
1
−
8
Options
@@ -3,13 +3,6 @@
<button
mat-raised-button
color=
"primary"
(click)=
"openCreateRoomDialog()"
>
Create new room
</button>
</div>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<!-- <app-room-list></app-room-list> -->
<mat-list>
<mat-list-item
*ngFor=
"let room of rooms"
>
<button
mat-button
routerLink=
"room/{{room.id}}"
>
{{room.name}}
</button>
</mat-list-item>
</mat-list>
<app-room-list></app-room-list>
</div>
</div>