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
5e7c8232
Commit
5e7c8232
authored
6 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Add some i18n to content-edit-dialog
parent
ba3ec44c
1 merge request
!135
Resolve "Refine content-list-view"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/creator/_dialogs/content-edit/content-edit.component.html
+2
-2
2 additions, 2 deletions
...creator/_dialogs/content-edit/content-edit.component.html
with
2 additions
and
2 deletions
src/app/components/creator/_dialogs/content-edit/content-edit.component.html
+
2
−
2
View file @
5e7c8232
<div
fxLayout=
"column"
fxLayoutAlign=
"center"
fxLayoutGap=
"10px"
>
<mat-form-field>
<input
matInput
[(ngModel)]=
"content.subject"
maxlength=
"20"
placeholder=
"
Thema
"
name=
"subject"
/>
<input
matInput
[(ngModel)]=
"content.subject"
maxlength=
"20"
placeholder=
"
{{'content.subject' | translate}}
"
name=
"subject"
/>
</mat-form-field>
<mat-form-field>
<textarea
matInput
[(ngModel)]=
"content.body"
rows=
"3"
maxlength=
"100"
placeholder=
"
Inhalt
"
name=
"body"
></textarea>
<textarea
matInput
[(ngModel)]=
"content.body"
rows=
"3"
maxlength=
"100"
placeholder=
"
{{'content.body' | translate}}
"
name=
"body"
></textarea>
</mat-form-field>
<h4>
{{'content.answers' | translate}}
</h4>
<mat-table
[dataSource]=
"displayAnswers"
>
...
...
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