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