Sha256: 98fe2c81b9f71c0a781c5900068530854d0c5d9530f737a9ad24dcf72049efb3

Contents?: true

Size: 802 Bytes

Versions: 9

Compression:

Stored size: 802 Bytes

Contents

!!!
%html
  %head
    %title Pubnub Subscriber
    = stylesheet_link_tag 'application'
  %body
    .container
      .row
        .col-md-12
          .panel.panel-default
            .panel-heading
              %h3 Pubnub chat console
            .panel-body
              #messages
            #footer.panel-footer
              .input-group
                %span.input-group-btn{style: 'width: 200px'}
                  %input{:type => 'text', :class => 'form-control', :placeholder => 'your name', :id => 'author-field'}
                %input{:type => 'text', :class => 'form-control', :placeholder => 'message', :id => 'message-field'}
                %span.input-group-btn
                  %button{:type => 'button', :class => 'btn btn-info', :id => 'send-button'} Send
    #timetoken.hidden 0

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pubnub-3.7.12 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.7.11 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.7.10 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.7.9 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.7.7 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.7.5 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.7.1 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.7.0 examples/pubnub_livestream/app/views/streamer/index.haml
pubnub-3.6.10 examples/pubnub_livestream/app/views/streamer/index.haml