app/assets/javascripts/backbone/templates/chat/window.hamlc
b933b434
 .conversation.clear.border
299c1fcd
   .history-settings
f8de0937
     -unless @hideHistoryLoading
       %a.left.load-history{href: '#'} #{I18n.t('chat.history.load')}
299c1fcd
 
f6071db7
     %input.hidden{ type: 'checkbox', name: 'enable-history', value: '1', id: 'ihistory', checked: 'checked'}
63f03c50
     %label.right.action.enabled{ for: 'ihistory' } #{I18n.t('chat.history.disable')}
     %label.right.action.disabled.hidden{ for: 'ihistory' } #{I18n.t('chat.history.enable')}
     %span.right.current.enabled #{I18n.t('chat.history.enabled')}
     %span.right.current.disabled.hidden #{I18n.t('chat.history.disabled')} #{I18n.t('chat.history.disabled_warning')}
3a34499e
   .messages#height-setter-2
bea5bc45
     -for view in @history
       #{view}
f8de0937
   != JST['backbone/templates/chat/message_writer']()