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
1651c0bc
Commit
1651c0bc
authored
Mar 24, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link note avatar to user.
parent
2953e0d1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG
CHANGELOG
+1
-0
_discussion.html.haml
app/views/projects/notes/_discussion.html.haml
+1
-0
_note.html.haml
app/views/projects/notes/_note.html.haml
+2
-0
No files found.
CHANGELOG
View file @
1651c0bc
...
@@ -31,6 +31,7 @@ v 7.10.0 (unreleased)
...
@@ -31,6 +31,7 @@ v 7.10.0 (unreleased)
- Replace commits calendar with faster contribution calendar that includes issues and merge requests
- Replace commits calendar with faster contribution calendar that includes issues and merge requests
- Add inifinite scroll to user page activity
- Add inifinite scroll to user page activity
- Don't show commit comment button when user is not signed in.
- Don't show commit comment button when user is not signed in.
- Link note avatar to user.
v 7.9.0
v 7.9.0
- Send EmailsOnPush email when branch or tag is created or deleted.
- Send EmailsOnPush email when branch or tag is created or deleted.
...
...
app/views/projects/notes/_discussion.html.haml
View file @
1651c0bc
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
.timeline-entry
.timeline-entry
.timeline-entry-inner
.timeline-entry-inner
.timeline-icon
.timeline-icon
=
link_to
user_path
(
note
.
author
)
do
=
image_tag
avatar_icon
(
note
.
author_email
),
class:
"avatar s40"
=
image_tag
avatar_icon
(
note
.
author_email
),
class:
"avatar s40"
.timeline-content
.timeline-content
-
if
note
.
for_merge_request?
-
if
note
.
for_merge_request?
...
...
app/views/projects/notes/_note.html.haml
View file @
1651c0bc
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
-
if
note
.
system
-
if
note
.
system
%span
.fa.fa-circle
%span
.fa.fa-circle
-
else
-
else
=
link_to
user_path
(
note
.
author
)
do
=
image_tag
avatar_icon
(
note
.
author_email
),
class:
"avatar s40"
=
image_tag
avatar_icon
(
note
.
author_email
),
class:
"avatar s40"
.timeline-content
.timeline-content
.note-header
.note-header
...
@@ -21,6 +22,7 @@
...
@@ -21,6 +22,7 @@
%i
.fa.fa-trash-o.cred
%i
.fa.fa-trash-o.cred
Remove
Remove
-
if
note
.
system
-
if
note
.
system
=
link_to
user_path
(
note
.
author
)
do
=
image_tag
avatar_icon
(
note
.
author_email
),
class:
"avatar s16"
=
image_tag
avatar_icon
(
note
.
author_email
),
class:
"avatar s16"
=
link_to_member
(
@project
,
note
.
author
,
avatar:
false
)
=
link_to_member
(
@project
,
note
.
author
,
avatar:
false
)
%span
.author-username
%span
.author-username
...
...
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