Commit de6f4c31 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7596 from bbodenmiller/patch-5

add current sign-in date
parents f42a1ded f8182183
......@@ -70,6 +70,14 @@
%strong.cred
No
%li
%span.light Current sign-in at:
%strong
- if @user.current_sign_in_at
= @user.current_sign_in_at.stamp("Nov 12, 2031")
- else
never
%li
%span.light Last sign-in at:
%strong
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment