mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:31:41 +00:00
todavia no editamos alternativedomain
This commit is contained in:
parent
e666fe8de9
commit
58d7fabed4
4 changed files with 5 additions and 1 deletions
3
app/views/deploys/_deploy_alternative_domain.haml
Normal file
3
app/views/deploys/_deploy_alternative_domain.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
-# Formulario para alojar el sitio en un dominio alternativo
|
||||
|
||||
-# Todavía no mostramos nada
|
|
@ -15,3 +15,4 @@
|
|||
= deploy.label :_destroy, t('.title')
|
||||
= sanitize_markdown t('.help', fqdn: deploy.object.fqdn),
|
||||
tags: %w[p strong em a]
|
||||
%hr/
|
||||
|
|
|
@ -19,3 +19,4 @@
|
|||
fqdn: deploy.object.site.hostname,
|
||||
file: deploy.object.file || "#{name}.zip"),
|
||||
tags: %w[p strong em a]
|
||||
%hr/
|
||||
|
|
|
@ -105,7 +105,6 @@
|
|||
= f.fields_for :deploys do |deploy|
|
||||
= render "deploys/#{deploy.object.type.underscore}",
|
||||
deploy: deploy, site: site
|
||||
%hr/
|
||||
- else
|
||||
= f.fields_for :deploys do |deploy|
|
||||
- next unless deploy.object.is_a? DeployLocal
|
||||
|
|
Loading…
Reference in a new issue