2015-11-12 16:31:20 +00:00
|
|
|
<div class="zammad-chat-modal">
|
2015-11-16 10:53:04 +00:00
|
|
|
<div class="zammad-chat-modal-text">
|
2015-11-25 23:40:52 +00:00
|
|
|
<% if @agent: %>
|
|
|
|
<%- @T('Since you didn\'t respond in the last %s minutes your conversation with <strong>%s</strong> got closed.', @delay, @agent) %>
|
|
|
|
<% else: %>
|
|
|
|
<%- @T('Since you didn\'t respond in the last %s minutes your conversation got closed.', @delay) %>
|
|
|
|
<% end %>
|
|
|
|
<br>
|
|
|
|
<div class="zammad-chat-button js-restart"<%= " style='background: #{ @background }'" if @background %>><%- @T('Start new conversation') %></div>
|
2015-11-12 16:31:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|