Sha256: f76b4fe05cf2efdecd0610cade82a3b7217433a1422215eff0b31fa33f2d9599
Contents?: true
Size: 556 Bytes
Versions: 2
Compression:
Stored size: 556 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', 'admin'] %> <%= csrf_meta_tag %> <%= yield(:head) %> </head> <body> <div id="container"><div id="wrapper"> <%= render 'shared/toplinks' %> <%= render 'admin/nav' %> <div id="main"> <%= render 'shared/flashbox' %> <%= yield %> </div> </div></div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
merrycms-0.1.1 | app/views/layouts/admin.html.erb |
merrycms-0.1.0 | app/views/layouts/admin.html.erb |