Sha256: e091e076dd03b5b9f86e59d561f5f7a5809854d4d5854e6fb37a8d0c89cc9dc6

Contents?: true

Size: 1.62 KB

Versions: 18

Compression:

Stored size: 1.62 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title><%= app_name %></title>
    <%%= csrf_meta_tags %>

    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
    <![endif]-->

    <!-- Le styles -->
    <%%= stylesheet_link_tag "application", :media => "all" %>
    <!-- Le fav and touch icons -->
    <%%= render partial: "layouts/apple_icon" %>
  </head>
  <body>

    <%%= render partial: "layouts/bootstrapped-navigation" %>


    <div class="<%= container_class %>">
      <%- if layout_type == "fluid" -%>
      <div class="row-fluid">
        <div class="span3">
          <%%= render partial: "layouts/sidebar" %>
        </div><!--/span-->
        <div class="span9">
          <%%= yield %>
        </div>
      </div><!--/row-->
      <%- else -%>
      <div class="content">
        <div class="row">
           <div class="span9">
              <%%= yield %>
            </div>
            <div class="span3">
              <%%= render partial: "layouts/sidebar" %>
            </div><!--/span-->
        </div><!--/row-->
      </div><!--/content-->
      <%- end -%>

      <footer class='well'>
        <p>&copy; Company 2012</p>
      </footer>

    </div> <!-- /container -->

    <!-- Le javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <%%= javascript_include_tag "application" %>

  </body>
</html>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bootstrapped-rails-2.0.9.rc2 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.9.rc1 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.8.5 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.8.4 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.8.3 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.8.2 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.8.1 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.8 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.9 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.8 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.7 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.6 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.5 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.4 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.3 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.2 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7.1 lib/generators/bootstrapped/layout/templates/layout.html.erb
bootstrapped-rails-2.0.7 lib/generators/bootstrapped/layout/templates/layout.html.erb