Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
TAM
Merge requests
!378
Resolve "Show student number while looking at proof for raise request"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Resolve "Show student number while looking at proof for raise request"
221-show-student-number-while-looking-at-proof-for-raise-request
into
dev
Overview
2
Commits
1
Pipelines
3
Changes
2
1 open thread
Hide all comments
Closed
Resolve "Show student number while looking at proof for raise request"
Henry Page
requested to merge
221-show-student-number-while-looking-at-proof-for-raise-request
into
dev
Jul 9, 2024
Overview
2
Commits
1
Pipelines
3
Changes
2
1 open thread
Hide all comments
Description
Extra information needed to verify raise in dialog.
Related Issues
List any related issues
Checklist
I have added a changelog entry to reflect the significant changes I made.
Closes
#221 (closed)
Edited
Jul 9, 2024
by
Henry Page
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
330c536d
1 commit,
Jul 9, 2024
2 files
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/main/resources/templates/raise_request/view.html
+
2
−
0
View file @ 330c536d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -33,6 +33,8 @@
<div
class=
"mb-2 flex vertical gap-0"
>
<span
th:text=
"|Student: ${request.person.displayName}|"
></span>
<span
th:text=
"|Student Number: ${request.person.number}|"
></span>
<span
th:text=
"|Current pay scale: ${request.currentPayScale}|"
></span>
<span
th:text=
"|Requested pay scale: ${request.payScale.detailedString()}|"
></span>
</div>
Loading