<%= @pagination %>
<%= for source_change <- @source_changes do %> <%= if source_change.added do %> <% else %> <% end %> <% end %>
Image Source Action Timestamp User
<%= link(source_change.image_id, to: ~p"/images/#{source_change.image}") %> <%= render(PhilomenaWeb.ImageView, "_image_container.html", image: source_change.image, size: :thumb_tiny, conn: @conn) %> <%= source_change.source_url %> Added Removed <%= pretty_time(source_change.created_at) %> <%= render(PhilomenaWeb.UserAttributionView, "_anon_user.html", object: source_change, conn: @conn) %> <%= if can?(@conn, :show, :ip_address) do %> <%= link_to_ip(@conn, source_change.ip) %> <%= link_to_fingerprint(@conn, source_change.fingerprint) %> <% end %> <%= if staff?(source_change) do %>
Stop! This user is a staff member.
Ask them before reverting their changes.
<% end %>
<%= @pagination %>