Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F4045055
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
Sat, Jul 18, 8:19 AM
Size
745 B
Mime Type
text/html
Expires
Mon, Jul 20, 8:19 AM (1 d, 13 h)
Engine
blob
Format
Raw Data
Handle
419518
Attached To
rWEBDNS WebDNS (edet4)
index.html.erb
View Options
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Domains</th>
<th>Users</th>
<th colspan="2">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
)
%>
</td>
<td>
<%=
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