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
4ea04c40
Commit
4ea04c40
authored
Nov 07, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds tooltip to user image
parent
f5d9b994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
app/views/projects/environments/components/_environment.html.haml
...s/projects/environments/components/_environment.html.haml
+4
-6
No files found.
app/views/projects/environments/components/_environment.html.haml
View file @
4ea04c40
...
...
@@ -26,15 +26,13 @@
%span
{
"v-if"
=>
"model.last_deployment.user"
}
by
%a
{
":href"
=>
"model.last_deployment.user.web_url"
}
%img
.avatar.has
_
tooltip.s20
{
":src"
=>
"model.last_deployment.user.avatar_url"
,
%img
.avatar.has
-
tooltip.s20
{
":src"
=>
"model.last_deployment.user.avatar_url"
,
":alt"
=>
"model.last_deployment.user.username + `'s avatar`"
,
":title"
=>
"model.last_deployment.user.username"
,
data:
{
container:
"body"
},
width:
20
,
height:
20
}
":title"
=>
"model.last_deployment.user.username"
}
%td
%a
.build-link
{
"v-if"
=>
"!isFolder && model.last_deployment && model.last_deployment.deployable"
,
":href"
=>
"model.last_deployment.deployable.build
_url
"
}
":href"
=>
"model.last_deployment.deployable.build"
}
{{model.last_deployment.deployable.name}}
=
precede
"#"
do
{{model.last_deployment.deployable.id}}
...
...
@@ -47,7 +45,7 @@
%td
%span
{
"v-if"
=>
"!isFolder && model.last_deployment"
}
{{model.created_at}}
{{model.
last_deployment.
created_at}}
%td
.hidden-xs
.pull-right
{
"v-if"
=>
"!isFolder"
}
...
...
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