Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ebd89848
Commit
ebd89848
authored
Dec 09, 2021
by
mgandres
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add illustration path for bridge page
parent
40526400
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
app/helpers/ci/jobs_helper.rb
app/helpers/ci/jobs_helper.rb
+1
-3
No files found.
app/helpers/ci/jobs_helper.rb
View file @
ebd89848
...
@@ -22,9 +22,7 @@ module Ci
...
@@ -22,9 +22,7 @@ module Ci
def
bridge_data
(
build
)
def
bridge_data
(
build
)
{
{
"build_name"
=>
build
.
name
,
"build_name"
=>
build
.
name
,
"empty-state-illustration-path"
=>
image_path
(
'illustrations/job-trigger-md.svg'
)
# TODO: replace with official design
"empty-state-illustration-path"
=>
image_path
(
'illustrations/empty-state/empty-dag-md.svg'
)
}
}
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment