Sha256: 11609882092a8def1a5ed7c103b8e3ef6e51503b447cf0fbe514e9424795180d

Contents?: true

Size: 529 Bytes

Versions: 22

Compression:

Stored size: 529 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>
  {/}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
volt-0.7.22 app/volt/views/notices/index.html
volt-0.7.21 app/volt/views/notices/index.html
volt-0.7.20 app/volt/views/notices/index.html
volt-0.7.19 app/volt/views/notices/index.html
volt-0.7.18 app/volt/views/notices/index.html
volt-0.7.17 app/volt/views/notices/index.html
volt-0.7.16 app/volt/views/notices/index.html
volt-0.7.15 app/volt/views/notices/index.html
volt-0.7.14 app/volt/views/notices/index.html
volt-0.7.13 app/volt/views/notices/index.html
volt-0.7.12 app/volt/views/notices/index.html
volt-0.7.10 app/volt/views/notices/index.html
volt-0.7.9 app/volt/views/notices/index.html
volt-0.7.8 app/volt/views/notices/index.html
volt-0.7.7 app/volt/views/notices/index.html
volt-0.7.6 app/volt/views/notices/index.html
volt-0.7.5 app/volt/views/notices/index.html
volt-0.7.4 app/volt/views/notices/index.html
volt-0.7.3 app/volt/views/notices/index.html
volt-0.7.2 app/volt/views/notices/index.html