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
Commits
c42f86e3
There was a problem fetching the latest pipeline status.
Commit
c42f86e3
authored
7 years ago
by
Thomas Lenz
Browse files
Options
Downloads
Patches
Plain Diff
Remove old unused code
parent
3908bc23
1 merge request
!75
Resolve "content creation (text) followup"
Pipeline
#13417
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/creator-room/creator-room.component.html
+2
-30
2 additions, 30 deletions
src/app/creator-room/creator-room.component.html
with
2 additions
and
30 deletions
src/app/creator-room/creator-room.component.html
+
2
−
30
View file @
c42f86e3
...
...
@@ -18,23 +18,19 @@
</p>
</mat-card-content>
<mat-divider></mat-divider>
<app-content-list></app-content-list>
<mat-divider></mat-divider>
<mat-card-actions>
<button
mat-button
color=
"primary"
matTooltip=
"Create new content"
(click)=
"createContentDialog()"
>
Create content
</button>
<button
mat-button
color=
"primary"
matTooltip=
"See room comments"
routerLink=
"/creator/room/{{room.id}}/comments"
>
<button
mat-button
color=
"primary"
matTooltip=
"See room comments"
routerLink=
"/creator/room/{{room.id}}/comments"
>
Comments
</button>
<button
*ngIf=
"!modify"
(click)=
"showEditDialog()"
mat-button
color=
"primary"
>
Edit room
</button>
<button
*ngIf=
"modify"
(click)=
"updateRoom(roomName.valueOf(), roomShortID.valueOf(), roomDescription.valueOf())"
mat-button
color=
"primary"
matTooltip=
"Update room's details"
>
Update room
</button>
<button
mat-button
color=
"warn"
(click)=
"openDeletionRoomDialog()"
>
Delete room
</button>
...
...
@@ -43,30 +39,6 @@
</button>
</mat-card-actions>
</mat-card>
<mat-card
*ngIf=
"modify && room"
class=
"input-form"
>
<mat-card-header>
<h3>
Modify properties
</h3>
</mat-card-header>
<mat-card-content
fxLayout=
"column"
>
<mat-form-field
*ngIf=
"modify"
>
<input
[(ngModel)]=
"room.name"
#roomName
matInput
/>
</mat-form-field>
<mat-form-field>
<input
[(ngModel)]=
"room.shortId"
#roomShortID
matInput
/>
</mat-form-field>
<mat-form-field>
<textarea
[(ngModel)]=
"room.description"
#roomDescription
matInput
matTextareaAutosize
matAutosizeMinRows=
"2"
matAutosizeMaxRows=
"5"
></textarea>
</mat-form-field>
</mat-card-content>
<mat-card-actions>
<button
(click)=
"hideEditDialog()"
mat-button
color=
"primary"
>
Leave
</button>
<button
(click)=
"updateRoom()"
mat-button
color=
"primary"
>
Update
</button>
</mat-card-actions>
</mat-card>
<div
*ngIf=
"!isLoading && !room"
>
Error: room could not be found!
</div>
</div>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment