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
e1f1f0c3
Commit
e1f1f0c3
authored
Mar 22, 2017
by
alex argunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tooltip to user's calendar activities
parent
cd3e4101
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
calendar_activities.html.haml
app/views/users/calendar_activities.html.haml
+2
-2
calendar-tooltips.yml
changelogs/unreleased/calendar-tooltips.yml
+4
-0
No files found.
app/views/users/calendar_activities.html.haml
View file @
e1f1f0c3
...
...
@@ -18,9 +18,9 @@
=
event_action_name
(
event
)
%strong
-
if
event
.
note?
=
link_to
event
.
note_target
.
to_reference
,
event_note_target_path
(
event
)
=
link_to
event
.
note_target
.
to_reference
,
event_note_target_path
(
event
)
,
class:
'has-tooltip'
,
title:
event
.
target_title
-
elsif
event
.
target
=
link_to
event
.
target
.
to_reference
,
[
event
.
project
.
namespace
.
becomes
(
Namespace
),
event
.
project
,
event
.
target
]
=
link_to
event
.
target
.
to_reference
,
[
event
.
project
.
namespace
.
becomes
(
Namespace
),
event
.
project
,
event
.
target
]
,
class:
'has-tooltip'
,
title:
event
.
target_title
at
%strong
...
...
changelogs/unreleased/calendar-tooltips.yml
0 → 100644
View file @
e1f1f0c3
---
title
:
Add tooltip to user's calendar activities
merge_request
:
10123
author
:
Alex Argunov
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