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
Jérome Perrin
gitlab-ce
Commits
094828d0
Commit
094828d0
authored
Oct 10, 2016
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trigger updates
parent
b24c57d0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+8
-2
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
+2
-2
app/views/projects/deployments/_commit.html.haml
app/views/projects/deployments/_commit.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
094828d0
...
...
@@ -26,6 +26,14 @@
.pipeline-id
{
color
:
$black
;
}
.branch-commit
{
width
:
30%
;
.branch-name
{
width
:
195px
}
}
}
}
...
...
@@ -86,7 +94,6 @@
}
.branch-commit
{
width
:
30%
;
.branch-name
{
font-weight
:
bold
;
...
...
@@ -112,7 +119,6 @@
.commit-id
{
color
:
$gl-link-color
;
margin-right
:
8px
;
}
.commit-title
{
...
...
app/views/projects/ci/builds/_build.html.haml
View file @
094828d0
...
...
@@ -27,7 +27,7 @@
=
link_to
build
.
ref
,
namespace_project_commits_path
(
build
.
project
.
namespace
,
build
.
project
,
build
.
ref
),
class:
"monospace branch-name"
-
else
.light
none
.icon-container
.icon-container
.commit-icon
=
custom_icon
(
"icon_commit"
)
-
if
commit_sha
...
...
app/views/projects/ci/pipelines/_pipeline.html.haml
View file @
094828d0
...
...
@@ -14,8 +14,8 @@
=
link_to
namespace_project_pipeline_path
(
pipeline
.
project
.
namespace
,
pipeline
.
project
,
pipeline
.
id
)
do
%span
.pipeline-id
##{pipeline.id}
%span
by
-
if
commit
=
pipeline
.
commit
=
author_avatar
(
commit
,
size:
20
)
-
if
pipeline
.
user
=
user_avatar
(
user:
pipeline
.
user
,
size:
20
)
-
if
pipeline
.
latest?
%span
.label.label-success.has-tooltip
{
title:
'Latest build for this branch'
}
latest
-
if
pipeline
.
triggered?
...
...
app/views/projects/deployments/_commit.html.haml
View file @
094828d0
...
...
@@ -3,7 +3,7 @@
.icon-container
=
deployment
.
tag?
?
icon
(
'tag'
)
:
icon
(
'code-fork'
)
=
link_to
deployment
.
ref
,
namespace_project_commits_path
(
@project
.
namespace
,
@project
,
deployment
.
ref
),
class:
"monospace branch-name"
.icon-container
.icon-container
.commit-icon
=
custom_icon
(
"icon_commit"
)
=
link_to
deployment
.
short_sha
,
namespace_project_commit_path
(
@project
.
namespace
,
@project
,
deployment
.
sha
),
class:
"commit-id monospace"
...
...
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