Sha256: 19794c628d32dd0d012223f22b1fa71c57318def6d55f84f78408e4a6d5c6291
Contents?: true
Size: 529 Bytes
Versions: 1
Compression:
Stored size: 529 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="utf-8"> <meta name="ROBOTS" content="NOODP"> <meta name="viewport" content="initial-scale=1"> <title> <% if content_for? :title %> <%= yield(:title) %> - <% end %> <%= Madmin.site_name %> Admin </title> <%= csrf_meta_tags %> <%= render "javascript" %> </head> <body> <aside id="sidebar"> <%= render "navigation" %> </aside> <main> <%= yield %> </main> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
madmin-2.0.0 | app/views/layouts/madmin/application.html.erb |