Sha256: b42f2aacb4d964f142112d3395f7474830850b67d25277f7b865d86ddcc251e5

Contents?: true

Size: 505 Bytes

Versions: 19

Compression:

Stored size: 505 Bytes

Contents

<:body>
{#if page._reloading}
  <div class="notices alert alert-info">Reloading...</div>
{/}
{#if channel.status == :reconnecting}
  <div class="notices alert alert-info">
    Connection Lost... {channel.error}...
    {#if channel.reconnect_interval}  Reconnecting in {(channel.reconnect_interval / 1000.0).round} sec{/}
  </div>
{/}
{#if !flash.empty?}
  <div class="notices alert alert-info" e-click="flash.clear">
    {#each flash._notices as notice}
      <p>{notice}</p>
    {/}
  </div>
{/}
</:body>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
volt-0.6.5 app/volt/views/notices/index.html
volt-0.6.4 app/volt/views/notices/index.html
volt-0.6.3 app/volt/views/notices/index.html
volt-0.6.2 app/volt/views/notices/index.html
volt-0.6.1 app/volt/views/notices/index.html
volt-0.6.0 app/volt/views/notices/index.html
volt-0.5.18 app/volt/views/notices/index.html
volt-0.5.17 app/volt/views/notices/index.html
volt-0.5.16 app/volt/views/notices/index.html
volt-0.5.15 app/volt/views/notices/index.html
volt-0.5.14 app/volt/views/notices/index.html
volt-0.5.13 app/volt/views/notices/index.html
volt-0.5.12 app/volt/views/notices/index.html
volt-0.5.11 app/volt/views/notices/index.html
volt-0.5.10 app/volt/views/notices/index.html
volt-0.5.9 app/volt/views/notices/index.html
volt-0.5.8 app/volt/views/notices/index.html
volt-0.5.7 app/volt/views/notices/index.html
volt-0.5.6 app/volt/views/notices/index.html