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
Léo-Paul Géneau
gitlab-ce
Commits
f6c0c96b
Commit
f6c0c96b
authored
Aug 08, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gravatars to build history
parent
0a15ad31
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
app/views/projects/deployments/_deployment.html.haml
app/views/projects/deployments/_deployment.html.haml
+1
-0
app/views/projects/environments/_environment.html.haml
app/views/projects/environments/_environment.html.haml
+1
-1
app/views/projects/environments/index.html.haml
app/views/projects/environments/index.html.haml
+2
-2
No files found.
app/views/projects/deployments/_deployment.html.haml
View file @
f6c0c96b
...
...
@@ -8,6 +8,7 @@
%td
-
if
deployment
.
deployable
=
link_to
[
@project
.
namespace
.
becomes
(
Namespace
),
@project
,
deployment
.
deployable
]
do
=
user_avatar
(
user:
deployment
.
user
,
size:
20
)
=
"
#{
deployment
.
deployable
.
name
}
(#
#{
deployment
.
deployable
.
id
}
)"
%td
...
...
app/views/projects/environments/_environment.html.haml
View file @
f6c0c96b
...
...
@@ -7,7 +7,7 @@
%td
-
if
last_deployment
=
user_avatar
(
user:
last_deployment
.
user
,
size:
20
)
%s
pan
##{last_deployment.id}
%s
trong
##{last_deployment.id}
%td
-
if
last_deployment
...
...
app/views/projects/environments/index.html.haml
View file @
f6c0c96b
...
...
@@ -26,8 +26,8 @@
%table
.table.builds.environments
%tbody
%th
Environment
%th
Deployment ID
%th
Last deploymen
t
%th
Last Deployment
%th
Commi
t
%th
%th
=
render
@environments
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