Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5131176
show.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:49 PM
Size
699 B
Mime Type
text/html
Expires
Wed, Aug 19, 1:49 PM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
432738
Attached To
rWEBDNS WebDNS (edet4)
show.html.erb
View Options
<table class="table table-striped">
<thead>
<tr>
<th colspan="5">Records</th>
<th colspan="2">Controls</th>
</tr>
</thead>
<tbody>
<%
@domain
.
records
.
each
do
|
record
|
%>
<tr>
<td>
<%=
record
.
name
%>
</td>
<td>IN</td>
<td>
<%=
record
.
type
%>
</td>
<td>
<%=
record
.
supports_prio?
?
record
.
prio
:
''
%>
</td>
<td>
<%=
record
.
content
%>
</td>
<td>
<%=
link_to
'Edit'
,
edit_domain_record_path
(
@domain
,
record
)
%>
</td>
<td>
<%=
link_to
'Remove'
,
[
@domain
,
record
]
,
method
:
:delete
,
data
:
{
confirm
:
'Are you sure?'
}
%>
</td>
</tr>
<%
end
%>
</tbody>
</table>
<p>
<%=
link_to
'New Record'
,
new_domain_record_path
(
@domain
)
%>
</p>
Event Timeline
Log In to Comment