Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1296948
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
Mon, Nov 17, 11:53 PM
Size
909 B
Mime Type
text/html
Expires
Wed, Nov 19, 11:53 PM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
290396
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