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
!469
Resolve "modules/assignments can be made in Queue now, but text on page disagrees"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "modules/assignments can be made in Queue now, but text on page disagrees"
437-modules-assignments-can-be-made-in-queue-now-but-text-on-page-disagrees
into
development
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Resolve "modules/assignments can be made in Queue now, but text on page disagrees"
Otto Visser
requested to merge
437-modules-assignments-can-be-made-in-queue-now-but-text-on-page-disagrees
into
development
Aug 19, 2021
Overview
0
Commits
2
Pipelines
0
Changes
2
Make sure to read our
contributing guide
Closes
#437 (closed)
Edited
Aug 23, 2021
by
Otto Visser
0
0
Merge request reports
Compare
development
version 2
c31c910a
Aug 19, 2021
version 1
c64c3cb8
Aug 19, 2021
development (base)
and
latest version
latest version
e1090bd6
2 commits,
Aug 23, 2021
version 2
c31c910a
2 commits,
Aug 19, 2021
version 1
c64c3cb8
1 commit,
Aug 19, 2021
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/main/resources/templates/edition/view/modules.html
+
2
−
2
View file @ e1090bd6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -41,7 +41,7 @@
</div>
<h5
th:if=
"${#lists.isEmpty(modules)}"
>
No modules
configured, go to Portal to configure at least on
e.
No modules
. Click on the "Create Module" button to make the first modul
e.
</h5>
<div
th:unless=
"${#lists.isEmpty(modules)}"
class=
"row"
>
@@ -81,7 +81,7 @@
</div>
<h5
th:if=
"${#lists.isEmpty(m.assignments)}"
>
There are no assignments in this module
, configure them in Portal
There are no assignments in this module
.
</h5>
<div
class=
"row col-12 mt-2"
th:unless=
"${#lists.isEmpty(m.assignments)}"
>
Loading