Sha256: 670b87d91f6c4e51953b10b837d31c85d5435b54c74d888cd3b282ec6662e1a3

Contents?: true

Size: 942 Bytes

Versions: 42

Compression:

Stored size: 942 Bytes

Contents

<!doctype html> 

<html>
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> 
  <title><%= title %></title>
  <script src="<%= '../' * depth %>js/jquery-1.11.3.min.js" type="text/javascript"></script>
  <script src="<%= '../' * depth %>js/filesystem.js" type="text/javascript"></script>
  <link rel="stylesheet" href="<%= '../' * depth %>css/pygments-autumn.css" type="text/css" media="screen, projection" />
  <link rel="stylesheet" href="<%= '../' * depth %>css/console.css" type="text/css" media="screen, projection" />
  <link rel="stylesheet" href="<%= '../' * depth %>css/filesystem.css" type="text/css" media="screen, projection" />
</head>
<body>

<h2><%= title %></h2>

<div class="description">
<%= description %>
</div>

<h3>Files</h3>
<div class="filesystem">
  <%= files %>
</div>

<h3>Output</h3>
<pre class="console">
<% commands.each do |cmd| -%>
$ <%= cmd %>
<% end -%>
<%= output %>
</pre>

</body>

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
aruba-0.14.14 templates/main.erb
aruba-0.14.13 templates/main.erb
aruba-0.14.12 templates/main.erb
aruba-0.14.11 templates/main.erb
aruba-0.14.10 templates/main.erb
aruba-0.14.9 templates/main.erb
aruba-0.14.8 templates/main.erb
aruba-0.14.7 templates/main.erb
aruba-0.14.6 templates/main.erb
aruba-0.14.5 templates/main.erb
aruba-0.14.4 templates/main.erb
aruba-0.14.3 templates/main.erb
aruba-win-fix-0.14.2 templates/main.erb
aruba-0.14.2 templates/main.erb
aruba-0.14.1 templates/main.erb
aruba-0.14.0 templates/main.erb
aruba-0.13.0 templates/main.erb
aruba-0.12.0 templates/main.erb
aruba-0.11.2 templates/main.erb
aruba-0.11.1 templates/main.erb