Skip to content
代码片段 群组 项目
提交 7950fa48 编辑于 作者: Valery Sizov's avatar Valery Sizov 提交者: Dmitriy Zaporozhets
浏览文件

Add data when member joined a team

上级 de073cf5
No related branches found
No related tags found
无相关合并请求
......@@ -47,6 +47,7 @@ v 8.10.0 (unreleased)
- Handle custom Git hook result in GitLab UI
- Allow '?', or '&' for label names
- Fix importer for GitHub Pull Requests when a branch was reused across Pull Requests
- Add date when user joined the team on the member page
v 8.9.5
- Add more debug info to import/export and memory killer. !5108
......
......@@ -21,6 +21,10 @@
%span.cgray
– Requested
= time_ago_with_tooltip(member.requested_at)
- else
%span.cgray
= "(joined #{time_ago_with_tooltip(member.created_at)})"
- else
= image_tag avatar_icon(member.invite_email, 24), class: "avatar s24", alt: ''
%strong= member.invite_email
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册