From c60ee02a4ec329730dc03c45e5130b9cd8554792 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 28 Aug 2015 08:53:44 +0200 Subject: [PATCH] Fixed link if sendmail is used. --- .../app/views/channel/email_account_overview.jst.eco | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco b/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco index 84ff66c2d..c9771e8a3 100644 --- a/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco +++ b/app/assets/javascripts/app/views/channel/email_account_overview.jst.eco @@ -28,9 +28,10 @@ <%- @T('State') %>: <%- @T(channel.status_out || 'unknown') %>
+ <% if channel.options.outbound && channel.options.outbound.options: %> <%= channel.options.outbound.options.user %>
-
<%= channel.options.outbound.options.host %> + <%= channel.options.outbound.options.host %> <% end %> (<%= channel.options.outbound.adapter %>)