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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
e998d6fb
Commit
e998d6fb
authored
Dec 14, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify graph status badge partial and require locals
parent
acc4b73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
app/views/ci/status/_graph_badge.html.haml
app/views/ci/status/_graph_badge.html.haml
+11
-11
No files found.
app/views/ci/status/_graph_badge.html.haml
View file @
e998d6fb
-# Renders the graph node with both the status icon, status name and action icon
-# Renders the graph node with both the status icon, status name and action icon
-
detailed_status
=
subject
.
detailed_status
(
current_user
)
-
subject
=
local_assigns
.
fetch
(
:subject
)
-
details_path
=
detailed_status
.
details_path
if
detailed_status
.
has_details?
-
status
=
subject
.
detailed_status
(
current_user
)
-
klass
=
"ci-status-icon ci-status-icon-
#{
detailed_
status
}
"
-
klass
=
"ci-status-icon ci-status-icon-
#{
status
}
"
-
if
details_path
-
if
status
.
has_details?
=
link_to
details_path
,
data:
{
toggle:
'tooltip'
,
title:
"
#{
subject
.
name
}
-
#{
detailed_
status
}
"
}
do
=
link_to
status
.
details_path
,
data:
{
toggle:
'tooltip'
,
title:
"
#{
subject
.
name
}
-
#{
status
}
"
}
do
%span
{
class:
klass
}=
custom_icon
(
detailed_
status
.
icon
)
%span
{
class:
klass
}=
custom_icon
(
status
.
icon
)
.ci-status-text
=
subject
.
name
.ci-status-text
=
subject
.
name
-
else
-
else
%span
{
class:
klass
}=
custom_icon
(
detailed_
status
.
icon
)
%span
{
class:
klass
}=
custom_icon
(
status
.
icon
)
.ci-status-text
=
subject
.
name
.ci-status-text
=
subject
.
name
-
if
detailed_
status
.
has_action?
-
if
status
.
has_action?
=
link_to
detailed_status
.
action_path
,
method:
detailed_
status
.
action_method
,
=
link_to
status
.
action_path
,
method:
status
.
action_method
,
title:
"
#{
subject
.
name
}
:
#{
detailed_
status
.
action_title
}
"
,
class:
'ci-action-icon-container'
do
title:
"
#{
subject
.
name
}
:
#{
status
.
action_title
}
"
,
class:
'ci-action-icon-container'
do
%i
.ci-action-icon-wrapper
%i
.ci-action-icon-wrapper
=
icon
(
detailed_status
.
action_icon
,
class:
detailed_
status
.
action_class
)
=
icon
(
status
.
action_icon
,
class:
status
.
action_class
)
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