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

fixes bug with IP rules list

closes #136
هذا الالتزام موجود في:
Adam Cooke
2017-05-12 17:06:35 +01:00
الأصل 5e13d7d052
التزام d33994ce0f

عرض الملف

@@ -60,6 +60,6 @@
%dl.ipPoolRuleList__condition
%dt Will be sent using:
%dd= ip_pool_rule.ip_pool.name
- if @server.ip_pool
- if @server && @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.u-center= link_to "Add another rule", [:new, organization, @server, :ip_pool_rule], :class => "button button--positive"