Sha256: 57e6e16b48818aa35d379cf93d7217eb99ad8a72a165c0a5b5656ec7d9efab08

Contents?: true

Size: 693 Bytes

Versions: 12

Compression:

Stored size: 693 Bytes

Contents

<:Body>
  {{ if page._reloading }}
    <div class="notices alert alert-info">Reloading...</div>
  {{ end }}
  {{ 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{{ end }}
    </div>
  {{ end }}
  {{ if page._reconnected }}
    <div class="notices alert alert-success">Reconnected!</div>
  {{ end }}
  {{ if !flash.empty? }}
    <div class="notices alert alert-info" e-click="flash.clear">
      {{ flash._notices.each do |notice| }}
        <p>{{ notice }}</p>
      {{ end }}
    </div>
  {{ end }}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
volt-0.8.18 app/volt/views/notices/index.html
volt-0.8.17 app/volt/views/notices/index.html
volt-0.8.16 app/volt/views/notices/index.html
volt-0.8.15 app/volt/views/notices/index.html
volt-0.8.14 app/volt/views/notices/index.html
volt-0.8.13 app/volt/views/notices/index.html
volt-0.8.11 app/volt/views/notices/index.html
volt-0.8.10 app/volt/views/notices/index.html
volt-0.8.9 app/volt/views/notices/index.html
volt-0.8.8 app/volt/views/notices/index.html
volt-0.8.7 app/volt/views/notices/index.html
volt-0.8.6 app/volt/views/notices/index.html