Sha256: 9a00ae0b88609bc54866356fb92835e98e5f25dbae5052d0db3c80951c4c07e6
Contents?: true
Size: 629 Bytes
Versions: 2
Compression:
Stored size: 629 Bytes
Contents
<html> <head> <title>:: Admin ::</title> <%= stylesheet_link_tag ['reset', 'font', 'form', 'admin'] %> <%= javascript_include_tag ['jquery', 'jquery-ui.min', 'autoresize.jquery.min', 'rails', 'form', 'admin'] %> <%= csrf_meta_tag %> <%= yield(:head) %> </head> <body> <div id="container"><div id="wrapper"> <%= render 'admin/shared/toplinks' %> <%= render 'admin/shared/nav' %> <%= render_subnav %> <div id="main"><div id="m"> <%= render 'shared/flashbox' %> <%= yield %> </div></div> </div></div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
merrycms-0.1.7 | app/views/layouts/admin.html.erb |
merrycms-0.1.4 | app/views/layouts/admin.html.erb |