Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Admin
Commits
abf3e8bc
Commit
abf3e8bc
authored
11 months ago
by
Arnaud Levy
Browse files
Options
Downloads
Patches
Plain Diff
Fix #1910
parent
0aae339b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gemfile.lock
+2
-2
2 additions, 2 deletions
Gemfile.lock
app/views/admin/administration/qualiopi/evaluations/_list.html.erb
+6
-1
6 additions, 1 deletion
.../admin/administration/qualiopi/evaluations/_list.html.erb
with
8 additions
and
3 deletions
Gemfile.lock
+
2
−
2
View file @
abf3e8bc
...
...
@@ -8,7 +8,7 @@ GIT
GIT
remote: https://github.com/noesya/good_job.git
revision: e
f4822fc56f7ccef56109377dd58994bda80cbe6
revision: e
8a47d98b84dce78664139f35eb966cd0e06a0a8
specs:
good_job (3.29.3)
activejob (>= 6.0.0)
...
...
@@ -639,7 +639,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.1
4
)
zeitwerk (2.6.1
5
)
zlib (2.1.1)
PLATFORMS
...
...
This diff is collapsed.
Click to expand it.
app/views/admin/administration/qualiopi/evaluations/_list.html.erb
+
6
−
1
View file @
abf3e8bc
...
...
@@ -22,7 +22,12 @@
<%=
link_to
program
,
[
:admin
,
program
]
%>
</td>
<%
checks
.
each
do
|
check
|
%>
<%
valid
=
!
program
.
public_send
(
"best_
#{
check
}
"
).
blank?
%>
<%
method
=
program
.
respond_to?
(
"best_
#{
check
}
"
)
?
"best_
#{
check
}
"
:
"
#{
check
}
"
value
=
program
.
public_send
(
method
)
valid
=
value
.
present?
%>
<td>
<%
if
valid
%>
<span
class=
"
<%=
Icon
::
CHECK_OK
%>
text-success"
></span>
...
...
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
register
or
sign in
to comment