mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
20 lines
434 B
Text
20 lines
434 B
Text
|
tr
|
||
|
td
|
||
|
i.fa.fa-user>
|
||
|
' Uploader
|
||
|
td
|
||
|
=> render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: @image, awards: true, conn: @conn
|
||
|
= if can?(@conn, :show, :ip_address) and not hide_staff_tools?(@conn) do
|
||
|
tr
|
||
|
td
|
||
|
i.fa.fa-network-wired>
|
||
|
' IP
|
||
|
td
|
||
|
=> link_to_ip(@conn, @image.ip)
|
||
|
tr
|
||
|
td
|
||
|
i.fa.fa-desktop>
|
||
|
' FP
|
||
|
td
|
||
|
=> link_to_fingerprint(@conn, @image.fingerprint)
|