Sha256: 3773d6f56d6a2664c29802ce4afda606d70294f9a9bbad5dc8baca0ef2d982af

Contents?: true

Size: 1.57 KB

Versions: 8

Compression:

Stored size: 1.57 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= app_name.capitalize %></title>
  <link href="/assets/application.css?body=1" media="all" rel="stylesheet" type="text/css"/>
  <script src="/assets/jquery.js?body=1" type="text/javascript"></script>
  <script src="/assets/jquery_ujs.js?body=1" type="text/javascript"></script>
  <script src="/assets/application.js?body=1" type="text/javascript"></script>
</head>
<body>
  <div class="wrapper">
    <div class="container">
      <header class="navbar navbar-fixed-top">
        <nav class="navbar-inner">
          <div class="container">
            <div class="brand"><%= app_name.capitalize %></div>
            <ul class="nav pull-right">
              <li><a href="/sign_in">Sign in</a></li>
            </ul>
          </div>
        </nav>
      </header>

      <div class="hero-unit">
        <h1>Hello, world!</h1>

        <p>Welcome to your newly generated rails application...</p>
        <p>Meander around the code to see what's been done for you. Many small, and a few not-so-small, customizations have been made.</p>
        <p>Custom generator templates create views that are bootstrap compatible and specs that are factory-aware and follow best practices.</p>
        <p>This application also includes authentication and an example of authorization (sign in as user@example.com / password).</p>

        <p><a class="btn btn-primary btn-large" href="sign_in">Sign in</a></p>
      </div>
    </div>
    <div class="push"></div>
  </div>
  <footer>
    <div class="container"><p>&copy; 2012 All rights reserved.</p></div>
  </footer>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
raygun-0.0.11 templates/_public/index.html.erb
raygun-0.0.10 templates/_public/index.html.erb
raygun-0.0.7 templates/_public/index.html.erb
raygun-0.0.6 templates/_public/index.html.erb
raygun-0.0.5 templates/_public/index.html.erb
raygun-0.0.4 templates/_public/index.html.erb
raygun-0.0.3 templates/_public/index.html.erb
raygun-0.0.2 templates/_public/index.html.erb