Sha256: 121a6e29612086d0317f38b5b71c406475881c0ed4a9f930658e82f72f21ec89

Contents?: true

Size: 449 Bytes

Versions: 10

Compression:

Stored size: 449 Bytes

Contents

<!DOCTYPE html>
<html dir="ltr" lang="en-US">
  <head>
    <%= render 'layouts/georgia/head' %>
  </head>
  <body id="<%= controller_name %>" class="georgia <%= action_name %>">
    <%= render 'layouts/georgia/header' %>
    <%= render 'layouts/georgia/sidebar' %>
    <main id="main">
      <%= yield %>
      <%= render 'layouts/georgia/footer' %>
    </main>
    <%= render 'layouts/georgia/messages' %>
    <%= yield :footer %>
  </body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
georgia-0.8.0 app/views/layouts/georgia/application.html.erb
georgia-0.7.8 app/views/layouts/georgia/application.html.erb
georgia-0.7.7 app/views/layouts/georgia/application.html.erb
georgia-0.7.6 app/views/layouts/georgia/application.html.erb
georgia-0.7.5 app/views/layouts/georgia/application.html.erb
georgia-0.7.4 app/views/layouts/georgia/application.html.erb
georgia-0.7.3 app/views/layouts/georgia/application.html.erb
georgia-0.7.2 app/views/layouts/georgia/application.html.erb
georgia-0.7.1 app/views/layouts/georgia/application.html.erb
georgia-0.7.0 app/views/layouts/georgia/application.html.erb