Sha256: ee8e13759ec05adfe72c1adf12c986b91276470568dfceeec928cf198899bb2e

Contents?: true

Size: 427 Bytes

Versions: 4

Compression:

Stored size: 427 Bytes

Contents

<!DOCTYPE html>
<html lang="de">
  <%%= render 'layouts/head' %>

  <body>
    <%%= render 'layouts/topnav' %>
    <%%= render 'layouts/theme' %>

    <div class="container" id="main-content">
      <div class="row">
        <%%= render 'layouts/flash' %>
        <%%= yield %>
      </div>
    </div>

    <%%= render 'layouts/footer' %>
  </body>
</html>

<%%-# vim: set expandtab softtabstop=2 shiftwidth=2 autoindent : -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.7.8 lib/generators/bootswatch_rails/install/templates/custom.html.erb
bootswatch_rails-3.3.7.7 lib/generators/bootswatch_rails/install/templates/custom.html.erb
bootswatch_rails-3.3.7.6 lib/generators/bootswatch_rails/install/templates/custom.html.erb
bootswatch_rails-3.3.7.5 lib/generators/bootswatch_rails/install/templates/custom.html.erb