2011-11-29 01:24:02 +00:00
|
|
|
- content_for :head do
|
2011-12-02 14:59:41 +00:00
|
|
|
= render 'locomotive/sites/domains'
|
2011-11-29 01:24:02 +00:00
|
|
|
|
2011-12-02 14:59:41 +00:00
|
|
|
= f.inputs :name => :information do
|
|
|
|
= f.input :name
|
2011-11-29 01:24:02 +00:00
|
|
|
|
|
|
|
- if manage_subdomain_or_domains?
|
2011-12-02 14:59:41 +00:00
|
|
|
= f.inputs :name => :access_points do
|
|
|
|
= f.input :subdomain, :as => :'Locomotive::Subdomain', :domain => application_domain, :input_html => { :readonly => !manage_subdomain? }
|
2011-11-29 01:24:02 +00:00
|
|
|
|
|
|
|
- if manage_domains?
|
2011-12-05 10:31:34 +00:00
|
|
|
= f.input :domains, :as => :'Locomotive::Empty'
|