mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:41:43 +00:00
12 lines
344 B
Text
12 lines
344 B
Text
= '# ' + t('.hi')
|
|
\
|
|
= t('.explanation', fqdn: @deploy_local.site.hostname)
|
|
\
|
|
= Terminal::Table.new do |table|
|
|
- table << [t('.th.type'), t('.th.status')]
|
|
- table.add_separator
|
|
- @deploys.each do |deploy, value|
|
|
- table << [t(".#{deploy}.title"),
|
|
value ? t(".#{deploy}.success") : t(".#{deploy}.error")]
|
|
\
|
|
= t('.help')
|