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
a30dcc67
Commit
a30dcc67
authored
Dec 08, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename icon_with_label to icon_with_description
parent
6296a1cc
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
8 deletions
+9
-8
app/views/admin/runners/show.html.haml
app/views/admin/runners/show.html.haml
+1
-1
app/views/ci/status/_icon_with_description.html.haml
app/views/ci/status/_icon_with_description.html.haml
+1
-0
app/views/projects/builds/_header.html.haml
app/views/projects/builds/_header.html.haml
+1
-1
app/views/projects/ci/builds/_build.html.haml
app/views/projects/ci/builds/_build.html.haml
+1
-1
app/views/projects/ci/pipelines/_pipeline.html.haml
app/views/projects/ci/pipelines/_pipeline.html.haml
+1
-1
app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
.../generic_commit_statuses/_generic_commit_status.html.haml
+1
-1
app/views/projects/pipelines/_info.html.haml
app/views/projects/pipelines/_info.html.haml
+1
-1
app/views/projects/stage/_graph.html.haml
app/views/projects/stage/_graph.html.haml
+2
-2
No files found.
app/views/admin/runners/show.html.haml
View file @
a30dcc67
...
...
@@ -91,7 +91,7 @@
%strong
##{build.id}
%td
.status
=
render
"ci/status/icon_with_
label
"
,
subject:
build
=
render
"ci/status/icon_with_
description
"
,
subject:
build
%td
.status
-
if
project
...
...
app/views/ci/status/_icon_with_
label
.html.haml
→
app/views/ci/status/_icon_with_
description
.html.haml
View file @
a30dcc67
-
detailed_status
=
subject
.
detailed_status
(
current_user
)
-
details_path
=
detailed_status
.
details_path
if
detailed_status
.
has_details?
-
klass
=
"ci-status ci-
#{
detailed_status
}
"
-
if
details_path
=
link_to
details_path
,
class:
klass
do
=
custom_icon
(
detailed_status
.
icon
)
...
...
app/views/projects/builds/_header.html.haml
View file @
a30dcc67
.content-block.build-header
.header-content
=
render
"ci/status/icon_with_
label
"
,
subject:
build
=
render
"ci/status/icon_with_
description
"
,
subject:
build
Build
%strong
##{@build.id}
in pipeline
...
...
app/views/projects/ci/builds/_build.html.haml
View file @
a30dcc67
...
...
@@ -9,7 +9,7 @@
%tr
.build.commit
{
class:
(
'retried'
if
retried
)}
%td
.status
=
render
"ci/status/icon_with_
label
"
,
subject:
build
=
render
"ci/status/icon_with_
description
"
,
subject:
build
%td
.branch-commit
-
if
can?
(
current_user
,
:read_build
,
build
)
...
...
app/views/projects/ci/pipelines/_pipeline.html.haml
View file @
a30dcc67
...
...
@@ -4,7 +4,7 @@
%tr
.commit
%td
.commit-link
=
render
"ci/status/icon_with_
label
"
,
subject:
pipeline
=
render
"ci/status/icon_with_
description
"
,
subject:
pipeline
%td
=
link_to
namespace_project_pipeline_path
(
pipeline
.
project
.
namespace
,
pipeline
.
project
,
pipeline
.
id
)
do
...
...
app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
View file @
a30dcc67
...
...
@@ -8,7 +8,7 @@
%tr
.generic_commit_status
{
class:
(
'retried'
if
retried
)}
%td
.status
=
render
"ci/status/icon_with_
label
"
,
subject:
generic_commit_status
=
render
"ci/status/icon_with_
description
"
,
subject:
generic_commit_status
%td
.generic_commit_status-link
-
if
can?
(
current_user
,
:read_commit_status
,
generic_commit_status
)
&&
generic_commit_status
.
target_url
...
...
app/views/projects/pipelines/_info.html.haml
View file @
a30dcc67
.page-content-header
.header-main-content
=
render
"ci/status/icon_with_
label
"
,
subject:
@pipeline
=
render
"ci/status/icon_with_
description
"
,
subject:
@pipeline
%strong
Pipeline ##{@commit.pipelines.last.id}
triggered
#{
time_ago_with_tooltip
(
@commit
.
authored_date
)
}
by
=
author_avatar
(
@commit
,
size:
24
)
...
...
app/views/projects/stage/_graph.html.haml
View file @
a30dcc67
...
...
@@ -15,9 +15,9 @@
%li
.build
{
class:
(
"playable"
if
is_playable
)
}
.curve
.build-content
=
render
"projects/
#{
status
.
to_partial_path
}
_pipeline"
,
subject:
status
=
render
'ci/status/icon_with_name_and_action'
,
subject:
status
-
else
%li
.build
.curve
.dropdown.inline.build-content
=
render
"projects/stage/in_stage_group"
,
name:
group_name
,
subject:
grouped_statuses
=
render
'projects/stage/in_stage_group'
,
name:
group_name
,
subject:
grouped_statuses
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