Fixed issue #547 - Layout broken if outbound channel has a error message.
This commit is contained in:
parent
eba38afe73
commit
ab4a408d3e
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
<% if !_.isEmpty(channel.last_log_out): %>
|
<% if !_.isEmpty(channel.last_log_out): %>
|
||||||
<div class="alert alert--danger">
|
<div class="alert alert--danger">
|
||||||
<%= channel.last_log_out %>
|
<%= channel.last_log_out %>
|
||||||
<div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in a new issue