trabajo-afectivo/public/assets/chat/views/waiting_list_timeout.eco

5 lines
332 B
Text
Raw Normal View History

<div class="zammad-chat-modal-text">
<%- @T('We are sorry, it takes longer as expected to get an empty slot. Please try again later or send us an email. Thank you!') %>
<br>
<div class="zammad-chat-button js-restart"<%= " style='background: #{ @background }'" if @background %>><%- @T('Start new conversation') %></div>
2015-12-05 19:41:14 +00:00
</div>