Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299692
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
Wed, Nov 19, 12:14 AM
Size
731 B
Mime Type
text/html
Expires
Fri, Nov 21, 12:14 AM (6 h, 19 m)
Engine
blob
Format
Raw Data
Handle
292771
Attached To
rWEBDNS WebDNS (edet4)
index.html.erb
View Options
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Name</th>
<th>Domains</th>
<th>Users</th>
<th>Controls</th>
</tr>
</thead>
<tbody>
<%
@groups
.
each
do
|
group
|
%>
<tr>
<td>
<%=
link_to
group
.
name
,
group
%>
</td>
<td>
<%=
@domain_count
[
group
.
id
]
||
0
%>
</td>
<td>
<%=
@membership_count
[
group
.
id
]
||
0
%>
</td>
<td>
<%=
link_to_edit
edit_admin_group_path
(
group
)
%>
<%=
link_to_destroy
admin_group_path
(
group
),
method
:
:delete
,
data
:
{
confirm
:
'Are you sure?'
}
%>
</td>
</tr>
<%
end
%>
</tbody>
</table>
<p>
<%=
link_to
'New Group »'
.
html_safe
,
new_admin_group_path
,
class
:
'btn btn-lg btn-primary'
%>
</p>
Event Timeline
Log In to Comment