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
Automate
Agent sessions
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
Commits
aa2daec2
Commit
aa2daec2
authored
Feb 8, 2024
by
Ruben Backx
Browse files
Options
Downloads
Patches
Plain Diff
Add markdown support for script feedback
parent
3e88a05f
No related branches found
No related tags found
2 merge requests
!229
Version 2.2.1
,
!228
Add markdown support for script feedback
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
src/main/resources/templates/submission/feedback.html
+2
-3
2 additions, 3 deletions
src/main/resources/templates/submission/feedback.html
with
4 additions
and
3 deletions
CHANGELOG.md
+
2
−
0
View file @
aa2daec2
...
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [Unreleased]
### Added
### Added
-
Ability to import groups from csv file (@dsavvidi)
-
Ability to import groups from csv file (@dsavvidi)
-
Markdown support for script feedback (@rwbackx)
### Changed
### Changed
### Fixed
### Fixed
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/templates/submission/feedback.html
+
2
−
3
View file @
aa2daec2
...
@@ -193,11 +193,10 @@
...
@@ -193,11 +193,10 @@
<th:block
<th:block
th:each=
"feedback : ${scriptResult.feedback}"
th:each=
"feedback : ${scriptResult.feedback}"
th:if=
"${@authorizationService.canViewGroupFeedback(group.id, feedback)}"
>
th:if=
"${@authorizationService.canViewGroupFeedback(group.id, feedback)}"
>
<div
class=
"
font-200
mt-2"
>
<div
class=
"
article
mt-2"
>
<p
<p
style=
"max-width: 100ch"
style=
"max-width: 100ch"
th:each=
"text : ${#strings.listSplit(feedback.feedback, ' ')}"
th:utext=
"${@markdownService.markdownToHtml(feedback.feedback)}"
></p>
th:text=
"${text}"
></p>
</div>
</div>
</th:block>
</th:block>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment