Sha256: ef815bbdc70bb8f8bd4d9dea8af845e792b53d4c17adb3ce2d16016322552d49

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

<:body>
{#if page._reloading}
  <div class="notices alert alert-info">Reloading...</div>
{/}
{#if !channel.connected?}
  <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">
    <p>{flash._notice}</p>
  </div>
{/}
</:body>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
volt-0.5.3 app/volt/views/notices/index.html
volt-0.5.2 app/volt/views/notices/index.html