Sha256: 8a3c67c16a6db2daee9192c80e84287bc7f7b4ec94d3ad39c894a7b96fbbdf17

Contents?: true

Size: 717 Bytes

Versions: 4

Compression:

Stored size: 717 Bytes

Contents

<h2>Sinatra Template Default Page</h2>

<div class="content">
  <p>Welcome to the Sinatra Template! If you're seeing this page, then everything is working
  as expected. To get started, delete this file (<code>views/welcome.erb)</code> and begin adding
  your own actions to <code>app.rb</code>. For more information, see the README.</p>
</div>

<div class="sidebar">
  <h3>Environment</h3>
  <ul>
    <li><b>Ruby:</b> <%= @version %></li>
    <li><b>Environment:</b> <%= @environment %></li>
    <li><b>Server:</b> <%= @env["SERVER_SOFTWARE"] %></li>
    <li><b>Port:</b> <%= @env["SERVER_PORT"] %></li>
  </ul>
  
  <a href="http://c7.github.com/hazel/"><img src="/images/hazel_small.png" alt="Hazel" /></a>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hazel-0.0.5 lib/templates/views/welcome.erb
hazel-0.0.4 lib/templates/views/welcome.erb
hazel-0.0.3 lib/templates/views/welcome.erb
hazel-0.0.2 lib/templates/views/welcome.erb