app/assets/javascripts/backbone/templates/chat/window.hamlc
b933b434
 .conversation.clear.border
299c1fcd
   .history-settings
     %a.left{href: '#'} Load history
 
     %input.right{ type: 'checkbox', name: 'enable-history', value: '1', id: 'ihistory' }
     %label.right{ for: 'ihistory' } Disable history
     %span.right.current History recording is enabled.
3a34499e
   .messages#height-setter-2
bea5bc45
     -for view in @history
       #{view}
b0ed6db5
   -if @showWriter
     != JST['backbone/templates/chat/message_writer']()