Browse Source

add: user created time

tags/v3.1.0^2^2^2
vilet.yy 5 years ago
parent
commit
9a2b067bc1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/views/users/show.json.jbuilder

+ 2
- 1
app/views/users/show.json.jbuilder View File

@@ -17,4 +17,5 @@ json.user_composes_count @user_composes_count
json.user_org_count @user_org_count
json.common_projects_count @projects_common_count
json.mirror_projects_count @projects_mirrior_count
json.sync_mirror_projects_count @projects_sync_mirrior_count
json.sync_mirror_projects_count @projects_sync_mirrior_count
json.created_time format_time(@user.created_on)

Loading…
Cancel
Save