Sha256: 7751a27eacdf45eaed24582a019958d35ae975690046fbf8b057f0eedb383579

Contents?: true

Size: 625 Bytes

Versions: 7

Compression:

Stored size: 625 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 page._reconnected}
    <div class="notices alert alert-success">Reconnected!</div>
  {/}
  {#if !flash.empty?}
    <div class="notices alert alert-info" e-click="flash.clear">
      {#each flash._notices as notice}
        <p>{notice}</p>
      {/}
    </div>
  {/}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
volt-0.8.5 app/volt/views/notices/index.html
volt-0.8.4 app/volt/views/notices/index.html
volt-0.8.3 app/volt/views/notices/index.html
volt-0.8.2 app/volt/views/notices/index.html
volt-0.8.1 app/volt/views/notices/index.html
volt-0.8.0 app/volt/views/notices/index.html
volt-0.7.23 app/volt/views/notices/index.html