jam-cloud/web/app/views/clients/_jamServer.html.haml

17 lines
737 B
Plaintext

.no-websocket-connection
.server-connection
%h2
= image_tag( "content/icon_alert.png" , :class => "alert-icon left-side" )
%span Disconnected from Server
= image_tag( "content/icon_alert.png" , :class => "alert-icon right-side" )
.message-contents
%script{type: 'text/template', id: 'template-server-connection'}
%div.reconnect-progress-msg
%span.reconnect-before= 'Reconnecting automatically in '
%span.reconnect-countdown= '{{data.countdown}}'
%a.disconnected-reconnect.reconnect-enabled{href:'#'} RECONNECT NOW
%script{type: 'text/template', id: 'template-no-login'}
%div
%div.login-back-in-msg
%span= 'You will need to log back in'
%a.disconnected-login{href:'#'} GO TO SIGN IN