sutty/app/views/deploy_mailer/deployed.html.haml
f c5e9b003c7
usar la dirección completa del sitio en todos lados
esto abre la puerta a que podamos tener sitios fuera del dominio
sutty.nl
2019-09-24 19:50:20 -03:00

18 lines
411 B
Plaintext

%h1= t('.hi')
= sanitize_markdown t('.explanation', fqdn: @deploy_local.site.hostname),
tags: %w[p a strong em]
%table
%thead
%tr
%th= t('.th.type')
%th= t('.th.status')
%tbody
- @deploys.each do |deploy, value|
%tr
%td= t(".#{deploy}.title")
%td= value ? t(".#{deploy}.success") : t(".#{deploy}.error")
= sanitize_markdown t('.help'), tags: %w[p a strong em]