Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
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
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Queue
Merge requests
!259
WIP: Development
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
WIP: Development
development
into
master
Overview
0
Commits
156
Pipelines
0
Changes
1
Closed
WIP: Development
Otto Visser
requested to merge
development
into
master
Mar 9, 2020
Overview
0
Commits
156
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
d30190c7
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d30190c7
Add minlength restriction to comment input
· d30190c7
Marko Matušovič
authored
Mar 13, 2020
src/main/resources/templates/lab/view.html
+
2
−
1
View file @ d30190c7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -95,7 +95,8 @@
<label>
Where are you located?
</label>
<input
type=
"text"
class=
"form-control"
id=
"inputComment"
name=
"comment"
placeholder=
"Cubicle 1..."
th:value=
"${request.comment}"
/>
placeholder=
"Cubicle 1..."
th:value=
"${request.comment}"
minlength=
15
/>
</div>
<div
th:if=
"${request.requestType.name.equalsIgnoreCase('question')}"
class=
"form-group"
id=
"question"
>
Loading