Skip to content

Commit 938fbb2

Browse files
authored
Merge pull request #1742 from codidact/cellio/1741-profile-creation-date
show the local, not global, creation date on profile
2 parents e43a81c + 1c0a145 commit 938fbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/users/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<td class="overflow-ellipsis" title="<%= @user.metric 'E' %>"><%= @user.metric 'E' %></td>
163163
</tr>
164164
<% if current_user&.id == @user.id || current_user&.at_least_moderator? %>
165-
<tr><td colspan="3">User since <%= @user.created_at %></td></tr>
165+
<tr><td colspan="3">User since <%= @user.community_user.created_at %></td></tr>
166166
<% end %>
167167
</table>
168168

0 commit comments

Comments
 (0)