<%= link("View tag changes", to: ~p"/fingerprint_profiles/#{@fingerprint}/tag_changes") %>
<%= link("View source URL history", to: ~p"/fingerprint_profiles/#{@fingerprint}/source_changes") %>
<%= link("View reports this fingerprint has made", to: ~p"/admin/reports?#{[rq: "fingerprint:#{@fingerprint}"]}") %>
<%= link("View fingerprint ban history", to: ~p"/admin/fingerprint_bans?#{[fingerprint: @fingerprint]}") %>
<%= link("Ban this sucker", to: ~p"/admin/fingerprint_bans/new?#{[fingerprint: @fingerprint]}") %>
Actions
<%= link("Revert all tag changes", to: ~p"/tag_changes/full_revert?#{[fingerprint: @fingerprint]}", data: [confirm: "Are you really, really sure?", method: "create"]) %>
<%=
link("...the button above didn't work (use carefully, this is resource-intensive)",
to: ~p"/tag_changes/full_revert?#{[fingerprint: @fingerprint, batch_size: 1]}",
data: [confirm: "Please confirm that you're aware that this may crash the site and are ready to take on the full wrath of the admins if it does so after you press this button.", method: "create"]
)
%>
Observed users
Username
Account Used
Last Seen
Created At
<%= for ufp <- @user_fps do %>
<%= link(ufp.user.name, to: ~p"/profiles/#{ufp.user}") %>