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