Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5131215
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, Aug 17, 1:53 PM
Size
556 B
Mime Type
text/html
Expires
Wed, Aug 19, 1:53 PM (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
417653
Attached To
rWEBDNS WebDNS (edet4)
index.html.erb
View Options
<table class="table table-striped">
<thead>
<tr>
<th>Domain</th>
<th colspan="2">Controls</th>
</tr>
</thead>
<tbody>
<%
@domains
.
each
do
|
domain
|
%>
<tr>
<td>
<%=
link_to
domain
.
name
,
domain
%>
</td>
<td>
<%=
link_to
'Edit'
,
edit_domain_path
(
domain
)
%>
</td>
<td>
<%=
link_to
'Destroy'
,
domain
,
method
:
:delete
,
data
:
{
confirm
:
'Are you sure?'
}
%>
</td>
</tr>
<%
end
%>
</tbody>
</table>
<p>
<%=
link_to
'New Domain »'
.
html_safe
,
new_domain_path
,
class
:
'btn btn-lg btn-primary'
%>
</p>
Event Timeline
Log In to Comment