Sha256: 92a788543c10587f52d5a58f9fe6db7474de6a51190d140bffbf40f93b5d0dc7

Contents?: true

Size: 649 Bytes

Versions: 5

Compression:

Stored size: 649 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <title><%= @last[:title] %></title>
  <link rel="stylesheet" type="text/css" href="/_reloadlive/style.css" />
  <script src="/_reloadlive/client.js" type="text/javascript"></script>
  <script type="text/javascript">
    var client = new Faye.Client('http://localhost:<%= @port %>/faye');
    client.subscribe('/message', function(message) {
      document.body.innerHTML = message.body;
      document.title = message.title;
    });
  </script>
</head>
<body>
<%= @last[:body] %>
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reloadlive-1.0.4 lib/reloadlive/static/index.erb
reloadlive-1.0.3 lib/reloadlive/static/index.erb
reloadlive-1.0.2 lib/reloadlive/static/index.erb
reloadlive-1.0.1 lib/reloadlive/static/index.erb
reloadlive-1.0.0 lib/reloadlive/static/index.erb