Sha256: 5419f063298d62c1261eead2a662fcc11ecc000c9576df6d6f9a9771f0cac011

Contents?: true

Size: 675 Bytes

Versions: 7

Compression:

Stored size: 675 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<link href="<%= url 'reset.css' %>" media="screen" rel="stylesheet" type="text/css">
<link href="<%= url 'style.css' %>" media="screen" rel="stylesheet" type="text/css">
<script type="text/javascript" src='<%= url 'dashboard.js' %>'></script>
<title>Split</title>

</head>
<body>
  <div class="header">
    <h1>Split Dashboard</h1>
    <p class="environment"><%= @current_env %></p>
  </div>

  <div id="main">
    <%= yield %>
  </div>

  <div id="footer">
    <p>Powered by <a href="http://github.com/andrew/split">Split</a> v<%=Split::VERSION %></p>
  </div>
</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
split-0.7.3 lib/split/dashboard/views/layout.erb
split-0.7.2 lib/split/dashboard/views/layout.erb
split-0.7.1 lib/split/dashboard/views/layout.erb
split-0.7.0 lib/split/dashboard/views/layout.erb
split-0.6.6 lib/split/dashboard/views/layout.erb
split-0.6.5 lib/split/dashboard/views/layout.erb
split-0.6.4 lib/split/dashboard/views/layout.erb