Sha256: 4735d5c053e1c87a64c8305607c7330e9d8f7e110d800b67e9609bb163cc094f
Contents?: true
Size: 604 Bytes
Versions: 39
Compression:
Stored size: 604 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> <title><%= Rails.application.class.parent %></title> <%= load_netzke theme: Rails.configuration.marty.extjs_theme %> <%= csrf_meta_tag %> <%= javascript_include_tag 'marty/application' %> <%= stylesheet_link_tag 'marty/application' %> </head> <body> <%= yield %> </body> </html>
Version data entries
39 entries across 39 versions & 1 rubygems