Sha256: 4768023740de14a93e69211959c6f54f6d71d4fc5fd7fff00d1e18c575368453
Contents?: true
Size: 770 Bytes
Versions: 1
Compression:
Stored size: 770 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="ROBOTS" content="NOODP" /> <meta name="viewport" content="initial-scale=1" /> <%# Configure default and controller-, and view-specific titles in config/locales/en.yml. For more see: https://github.com/calebthompson/title#usage %> <title><%= title %></title> <%= stylesheet_link_tag "//fonts.googleapis.com/css?family=Lato:300,400,900", media: "all" %> <%= stylesheet_link_tag :application, media: "all" %> <%= csrf_meta_tags %> </head> <body class="<%= body_class %>"> <main class="main"> <%= render "navigation" -%> <div class="content"> <%= render "flashes" -%> <%= yield %> <%= render "javascript" %> </div> </main> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
administrate-field-jsontable-0.1.0 | spec/example_app/app/views/layouts/application.html.erb |