Sha256: df3e8d2f6a85c325d438b6b82915b12936c4e1e2c982d686240f021a43db7c7a

Contents?: true

Size: 544 Bytes

Versions: 59

Compression:

Stored size: 544 Bytes

Contents

:javascript
  var busy = $("#rebooting-busy");
  busy.text(".");
  setInterval(function() {
    busy.text(busy.text() + ".");
    if (busy.text().length == 6) {
      busy.text(".");
    }
  }, 500);

%p
  サーバを再起動しています<span id="rebooting-busy"></span>
%p
  再起動が完了したら自動的にページがリロードされます。
%p
  しばらく待ってもリロードされない場合は
  %a(href="/") こちら
  をクリックするかブラウザのリロードボタンを押してみてください。

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
narou-3.9.1 lib/web/views/_rebooting.haml
narou-3.9.0 lib/web/views/_rebooting.haml
narou-3.8.2 lib/web/views/_rebooting.haml
narou-3.8.1 lib/web/views/_rebooting.haml
narou-3.8.0 lib/web/views/_rebooting.haml
narou-3.7.2 lib/web/views/_rebooting.haml
narou-3.7.1 lib/web/views/_rebooting.haml
narou-3.7.0 lib/web/views/_rebooting.haml
narou-3.6.0 lib/web/views/_rebooting.haml
narou-3.5.1 lib/web/views/_rebooting.haml
narou-3.5.0.1 lib/web/views/_rebooting.haml
narou-3.5.0 lib/web/views/_rebooting.haml
narou-3.4.8 lib/web/views/_rebooting.haml
narou-3.4.7.1 lib/web/views/_rebooting.haml
narou-3.4.7 lib/web/views/_rebooting.haml
narou-3.4.6.1 lib/web/views/_rebooting.haml
narou-3.4.6 lib/web/views/_rebooting.haml
narou-3.4.5 lib/web/views/_rebooting.haml
narou-3.4.3 lib/web/views/_rebooting.haml
narou-3.4.2 lib/web/views/_rebooting.haml