Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5131177
_form.html.erb
No One
Temporary
Actions
View 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
568 B
Mime Type
text/plain
Expires
Wed, Aug 19, 1:49 PM (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
417098
Attached To
rWEBDNS WebDNS (edet4)
_form.html.erb
View Options
<%=
bootstrap_form_for
(
@domain
,
layout
:
:horizontal
,
label_col
:
'col-sm-2'
,
control_col
:
'col-sm-4'
)
do
|
f
|
%>
<%=
f
.
text_field
:name
%>
<%=
f
.
collection_select
:group_id
,
edit_group_scope
,
:id
,
:name
%>
<%=
f
.
select
:type
,
Domain
.
allowed_domain_types
%>
<%=
f
.
text_field
:master
,
wrapper_class
:
'hidden'
%>
<%=
f
.
submit
'Save'
,
class
:
'btn btn-primary col-sm-offset-2'
%>
<%
if
dnssec?
&&
@domain
.
persisted?
&&
@domain
.
dnssec_elegible?
%>
<%=
link_to
'Setup DNSSEC'
,
edit_dnssec_domain_path
(
@domain
),
class
:
'btn btn-default'
%>
<%
end
%>
<%
end
%>
Event Timeline
Log In to Comment