Sha256: 8790eb6cfa7075f4013a53b1e4d2a951b5e5abb427e6fb41663deb83a7ae657d
Contents?: true
Size: 389 Bytes
Versions: 44
Compression:
Stored size: 389 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Adeia</title> <%= stylesheet_link_tag 'adeia/application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'adeia/application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= render 'layouts/adeia/flash' %> <%= render 'layouts/adeia/sidebar' %> <%= yield %> </body> </html>
Version data entries
44 entries across 44 versions & 1 rubygems