Fixed issue #547 - Layout broken if outbound channel has a error message.

This commit is contained in:
Martin Edenhofer 2016-12-15 16:38:57 +01:00
parent eba38afe73
commit ab4a408d3e

View file

@ -108,7 +108,7 @@
<% if !_.isEmpty(channel.last_log_out): %>
<div class="alert alert--danger">
<%= channel.last_log_out %>
<div>
</div>
<% end %>
<hr>