Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887909
index.html.erb
No One
Temporary
Actions
Download 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, 6:20 AM
Size
909 B
Mime Type
text/html
Expires
Tue, Aug 12, 6:20 AM (13 h, 19 m)
Engine
blob
Format
Raw Data
Handle
237867
Attached To
rARCHIVING archiving
index.html.erb
View Options
<div class="row right">
<%=
link_to
new_admin_user_path
,
class
:
"btn btn-default"
,
role
:
"button"
do
%>
<label class="glyphicon glyphicon-plus text-primary"></label>
New Admin
<%
end
%>
</div>
<h1>Users</h1>
<div class="row">
<div class="col-xs-12">
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>id</th>
<th>Username</th>
<th>Email</th>
<th>User type</th>
<th>Created at</th>
<th>Last login at</th>
<th>Clients</th>
<th>Unverified hosts</th>
<th>Pending hosts</th>
<th>Actions</th>
<th>Ban</th>
</tr>
</thead>
<tbody>
<%=
render
partial
:
'user'
,
collection
:
@users
%>
</tbody>
</table>
</div>
</div>
</div>
Event Timeline
Log In to Comment