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
1
Merge Requests
1
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
nexedi
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/views/users/calendar_activities.html.haml
app/views/users/calendar_activities.html.haml
+2
-2
changelogs/unreleased/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 @@
...
@@ -18,9 +18,9 @@
=
event_action_name
(
event
)
=
event_action_name
(
event
)
%strong
%strong
-
if
event
.
note?
-
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
-
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
at
%strong
%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