Sha256: 152c824f624dbf55bbd5bd71f416e091f7c90d079149a6ee0764d0d63d41c5cb

Contents?: true

Size: 665 Bytes

Versions: 6

Compression:

Stored size: 665 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <title></title>
    <%%= stylesheet_link_tag 'bluetrip/css/ie' %>
    <%%= stylesheet_link_tag 'bluetrip/css/screen' %>
    <%%= stylesheet_link_tag 'bluetrip/css/style' %>
    <%%= javascript_include_tag "jquery-1.2.6.min" %>
  </head>
  <body>
    <div class="container">
      <p style="color: green"><%%= flash[:notice] %></p>
      <%%= yield  %>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mattknox-goaloc-0.4.0 lib/goaloc/generators/rails/application.html.erb
mattknox-goaloc-0.4.1 lib/goaloc/generators/rails/application.html.erb
mattknox-goaloc-0.4.2 lib/goaloc/generators/rails/application.html.erb
mattknox-goaloc-0.4.4 lib/goaloc/generators/rails/application.html.erb
mattknox-goaloc-0.4.5 lib/goaloc/generators/rails/application.html.erb
mattknox-goaloc-0.4.7 lib/goaloc/generators/rails/application.erb