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
!135
Resolve "Refine content-list-view"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Refine content-list-view"
192-content-management
into
master
Overview
0
Commits
93
Pipelines
3
Changes
60
Merged
Lukas Mauß
requested to merge
192-content-management
into
master
6 years ago
Overview
0
Commits
93
Pipelines
3
Changes
60
Expand
Refactor content-list view
Refactor whole view
The content-list should get some enhacements
Creators should be able to edit and delete single contents in the content-list view.
Several other fixes
UI-/UX-Enhacements
Refine content-choice-creation
Adjust content-service
Remove MardownComponent from app
Remove FooterLoginDialogComponent from app
Closes
#192 (closed)
Edited
6 years ago
by
Lukas Mauß
0
0
Merge request reports
Compare
master
version 2
abda1f56
6 years ago
version 1
7dfbb6a7
6 years ago
master (base)
and
latest version
latest version
de4ecae9
93 commits,
6 years ago
version 2
abda1f56
91 commits,
6 years ago
version 1
7dfbb6a7
90 commits,
6 years ago
60 files
+
471
−
886
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
60
Search (e.g. *.vue) (Ctrl+P)
src/app/components/creator/_dialogs/answer-edit/answer-edit.component.html
+
4
−
4
Options
<div
*ngIf=
"answer"
>
<mat-form-field
class=
"input-block"
>
<input
[(ngModel)]=
"answer.answerOption.label"
#roomName
matInput
placeholder=
"{{ 'content.answer' | translate }}"
name=
"answer-label"
/>
<input
[(ngModel)]=
"answer.answerOption.label"
matInput
placeholder=
"{{ 'content.answer' | translate }}"
name=
"answer-label"
/>
</mat-form-field>
<mat-form-field
class=
"input-block"
>
<textarea
[(ngModel)]=
"answer.answerOption.points"
#roomDescription
matInput
matTextareaAutosize
matAutosizeMinRows=
"2"
matAutosizeMaxRows=
"5"
placeholder=
"{{ 'content.points' | translate }}"
name=
"points"
>
</textarea>
<input
[(ngModel)]=
"answer.answerOption.points"
matInput
placeholder=
"{{ 'content.points' | translate }}"
name=
"points"
>
</mat-form-field>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
fxLayoutGap=
"10px"
>
<button
(click)=
"dialogRef.close()"
mat-button
color=
"primary"
>