Sha256: 45191ee429d6bec66bbcaf98e3ed6a9c7683cd17b2aae58796af2c97e1ae7966

Contents?: true

Size: 335 Bytes

Versions: 18

Compression:

Stored size: 335 Bytes

Contents

<:body>
{#if page._reloading}
  <div class="notices alert alert-info">Reloading...</div>
{/}
{#if channel.state == :closed}
  <div class="notices alert alert-info">
    Connection Lost... {channel.error}...
    {#if channel.reconnect_interval}  Reconnecting in {(channel.reconnect_interval / 1000.0).round} sec{/}
  </div>
{/}
</:body>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
volt-0.4.18 app/volt/views/notices/index.html
volt-0.4.17 app/volt/views/notices/index.html
volt-0.4.15 app/volt/views/notices/index.html
volt-0.4.14 app/volt/views/notices/index.html
volt-0.4.12 app/volt/views/notices/index.html
volt-0.4.11 app/volt/views/notices/index.html
volt-0.4.10 app/volt/views/notices/index.html
volt-0.4.9 app/volt/views/notices/index.html
volt-0.4.8 app/volt/views/notices/index.html
volt-0.4.7 app/volt/views/notices/index.html
volt-0.4.5 app/volt/views/notices/index.html
volt-0.4.4 app/volt/views/notices/index.html
volt-0.4.3 app/volt/views/notices/index.html
volt-0.4.2 app/volt/views/notices/index.html
volt-0.4.1 app/volt/views/notices/index.html
volt-0.4.0 app/volt/views/notices/index.html
volt-0.3.9 app/volt/views/notices/index.html
volt-0.3.8 app/volt/views/notices/index.html