Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887672
_user.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Aug 10, 3:59 AM
Size
954 B
Mime Type
text/plain
Expires
Tue, Aug 12, 3:59 AM (3 h, 49 m)
Engine
blob
Format
Raw Data
Handle
237748
Attached To
rARCHIVING archiving
_user.html.erb
View Options
<tr>
<td>#
<%=
user
.
id
%>
</td>
<td>
<%=
user
.
username
%>
</td>
<td>
<%=
user
.
email
%>
</td>
<td>
<%=
user
.
user_type
%>
</td>
<td>
<%=
I18n
.
l
(
user
.
created_at
,
format
:
:short
)
%>
</td>
<td>
<%=
inline_list
@baculized_host_names
[
user
.
id
]
%>
</td>
<td>
<%=
inline_list
@unverified_host_names
[
user
.
id
]
%>
</td>
<td>
<%=
inline_list
@non_baculized_host_names
[
user
.
id
]
%>
</td>
<td>
<%
if
user
.
enabled?
%>
<%=
link_to
ban_admin_user_path
(
user
),
method
:
:patch
,
class
:
'btn btn-default'
,
data
:
{
confirm
:
'User will be banned'
}
do
%>
<label class="glyphicon glyphicon-remove text-danger"></label>
Ban
<%
end
%>
<%
else
%>
<%=
link_to
unban_admin_user_path
(
user
),
method
:
:patch
,
class
:
'btn btn-default'
,
data
:
{
confirm
:
'User will be unbanned'
}
do
%>
<label class="glyphicon glyphicon-ok text-success"></label>
Unban
<%
end
%>
<%
end
%>
</td>
</tr>
Event Timeline
Log In to Comment