BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d912b493
Commit
d912b493
authored
Sep 11, 2017
by
Jedidiah
Committed by
Clement Ho
Sep 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make all the tooltips in the same direction on the commit info box
parent
de14e9c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
_commit.html.haml
app/views/projects/commits/_commit.html.haml
+1
-1
consistent-tooltip-direction-on-commits.yml
...gs/unreleased/consistent-tooltip-direction-on-commits.yml
+5
-0
No files found.
app/views/projects/commits/_commit.html.haml
View file @
d912b493
...
...
@@ -32,7 +32,7 @@
.commiter
-
commit_author_link
=
commit_author_link
(
commit
,
avatar:
false
,
size:
24
)
-
commit_timeago
=
time_ago_with_tooltip
(
commit
.
committed_date
)
-
commit_timeago
=
time_ago_with_tooltip
(
commit
.
committed_date
,
placement:
'bottom'
)
-
commit_text
=
_
(
'%{commit_author_link} committed %{commit_timeago}'
)
%
{
commit_author_link:
commit_author_link
,
commit_timeago:
commit_timeago
}
#{
commit_text
.
html_safe
}
...
...
changelogs/unreleased/consistent-tooltip-direction-on-commits.yml
0 → 100644
View file @
d912b493
---
title
:
Tooltips in the commit info box now all face the same direction
merge_request
:
author
:
Jedidiah Broadbent
type
:
fixed
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