Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F4044953
_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
Sat, Jul 18, 8:17 AM
Size
385 B
Mime Type
text/plain
Expires
Mon, Jul 20, 8:17 AM (16 h, 5 m)
Engine
blob
Format
Raw Data
Handle
416995
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
.
domain_types
%>
<%=
f
.
text_field
:master
,
wrapper_class
:
'hidden'
%>
<%=
f
.
submit
'Save'
,
class
:
'btn btn-primary col-sm-offset-2'
%>
<%
end
%>
Event Timeline
Log In to Comment