We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e43a81c + 1c0a145 commit 938fbb2Copy full SHA for 938fbb2
app/views/users/show.html.erb
@@ -162,7 +162,7 @@
162
<td class="overflow-ellipsis" title="<%= @user.metric 'E' %>"><%= @user.metric 'E' %></td>
163
</tr>
164
<% if current_user&.id == @user.id || current_user&.at_least_moderator? %>
165
- <tr><td colspan="3">User since <%= @user.created_at %></td></tr>
+ <tr><td colspan="3">User since <%= @user.community_user.created_at %></td></tr>
166
<% end %>
167
</table>
168
0 commit comments