Sha256: 12567740327d4de5c8b48276db96bc6b48c8e114767bd5f2ae4ef4c45791c44c
Contents?: true
Size: 347 Bytes
Versions: 3
Compression:
Stored size: 347 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Adhoq</title> <%= stylesheet_link_tag 'adhoq/application', media: 'all' %> <%= javascript_include_tag 'adhoq/application' %> <%= csrf_meta_tags %> </head> <body> <div class="container"> <%= render 'global_nav' %> <div class="row" id="contents"> <%= yield %> </div> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adhoq-1.0.2 | app/views/layouts/adhoq/application.html.erb |
adhoq-1.0.1 | app/views/layouts/adhoq/application.html.erb |
adhoq-1.0.0 | app/views/layouts/adhoq/application.html.erb |