BigW Consortium Gitlab

Commit de6f4c31 by Dmitriy Zaporozhets

Merge pull request #7596 from bbodenmiller/patch-5

add current sign-in date
parents f42a1ded f8182183
......@@ -71,6 +71,14 @@
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
- if @user.last_sign_in_at
......
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