Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Submit
Merge requests
!58
Resolve "Group Note doesn't show"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Group Note doesn't show"
58-group-note-doesn-t-show
into
development
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Resolve "Group Note doesn't show"
Ruben Backx
requested to merge
58-group-note-doesn-t-show
into
development
Sep 15, 2020
Overview
0
Commits
1
Pipelines
0
Changes
2
Closes
#58 (closed)
Edited
Sep 15, 2020
by
Ruben Backx
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
300a3d67
1 commit,
Sep 15, 2020
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/main/resources/templates/group/teacher_view.html
+
1
−
1
View file @ 300a3d67
Edit in single-file editor
Open in Web IDE
Show full file
@@ -33,7 +33,7 @@
<div
class=
"boxed-group"
>
<h1
class=
"section-title"
th:text=
"|#{edition.instructor_note}: ${group.name}|"
></h1>
<form
class=
"form"
th:object=
"${note}"
th:action=
"@{|/group/note?page=group|}"
method=
"post"
>
<input
type=
"hidden"
th:name=
"entityId.
i
d"
th:value=
"${group.id}"
/>
<input
type=
"hidden"
th:name=
"entityId.
groupI
d"
th:value=
"${group.id}"
/>
<div
class=
"form-column"
>
<textarea
th:name=
"note"
th:text=
"${group.note?.note}"
class=
"textarea"
th:placeholder=
"#{edition.instructor_note}"
rows=
6
Loading