Fixed link if sendmail is used.

This commit is contained in:
Martin Edenhofer 2015-08-28 08:53:44 +02:00
parent 39b3a212ad
commit c60ee02a4e

View file

@ -28,9 +28,10 @@
</td>
<td class="<% if channel.status_out is 'ok': %>success<% else if channel.status_out is 'error': %>danger<% else: %>warning<% end %>">
<%- @T('State') %>: <%- @T(channel.status_out || 'unknown') %><br>
<a href="#" data-type="edit-outbound">
<% if channel.options.outbound && channel.options.outbound.options: %>
<%= channel.options.outbound.options.user %><br>
<a href="#" data-type="edit-outbound"><%= channel.options.outbound.options.host %>
<%= channel.options.outbound.options.host %>
<% end %>
(<%= channel.options.outbound.adapter %>)</a>
</td>