<%= link(@user.name, to: ~p"/profiles/#{@user}") %> 's User Details

Mod Notes

<%= render(PhilomenaWeb.Admin.ModNoteView, "_table.html", mod_notes: @mod_notes, conn: @conn) %> <%= link("Add New Note", to: ~p"/admin/mod_notes/new?#{[notable_id: @user.id, notable_type: "User"]}") %>

Name History

<%= for nc <- @name_changes do %> <% end %>
Name Changed
<%= nc.name %> <%= pretty_time(nc.created_at) %>

More Details