1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

Only display a server's IP pool name if it has an IP pool (#121)

هذا الالتزام موجود في:
Robert Lyall
2017-05-08 21:21:34 +01:00
ملتزم من قبل Adam Cooke
الأصل 5cd0e4dc04
التزام ffc4586d5b

عرض الملف

@@ -60,6 +60,6 @@
%dl.ipPoolRuleList__condition %dl.ipPoolRuleList__condition
%dt Will be sent using: %dt Will be sent using:
%dd= ip_pool_rule.ip_pool.name %dd= ip_pool_rule.ip_pool.name
- if @server - if @server.ip_pool
%p.ipPoolRuleListDefault.u-margin All mail that doesn't match a rule above will be sent using #{@server.ip_pool.name}. %p.ipPoolRuleListDefault.u-margin All mail that doesn't match a rule above will be sent using #{@server.ip_pool.name}.
%p.u-center= link_to "Add another rule", [:new, organization, @server, :ip_pool_rule], :class => "button button--positive" %p.u-center= link_to "Add another rule", [:new, organization, @server, :ip_pool_rule], :class => "button button--positive"