Sha256: 286252c60126e99d5f750a18d02329e6b604a83ee788074774caa0138aace923

Contents?: true

Size: 393 Bytes

Versions: 6

Compression:

Stored size: 393 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Vulgata</title>
    <%= stylesheet_link_tag    "vulgata/application", media: "all" %>
    <%= javascript_include_tag "vulgata/application" %>
    <%= csrf_meta_tags %>
  </head>
  <body>
    <%= render "vulgata/shared/proofreader_navbar" %>
    <div class="container-fluid">
      <%= flash_messages %>
      <%= yield %>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vulgata-0.3.7 app/views/layouts/vulgata/proofreader.html.erb
vulgata-0.3.6 app/views/layouts/vulgata/proofreader.html.erb
vulgata-0.3.5 app/views/layouts/vulgata/proofreader.html.erb
vulgata-0.3.4 app/views/layouts/vulgata/proofreader.html.erb
vulgata-0.3.3 app/views/layouts/vulgata/proofreader.html.erb
vulgata-0.3.1 app/views/layouts/vulgata/proofreader.html.erb