Sha256: 967fb190553e1a90e96bbbac25700ddcbf567390d50aa40b834e9f8467722889
Contents?: true
Size: 891 Bytes
Versions: 2
Compression:
Stored size: 891 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <%= render 'admin/shared/head' %> </head> <body> <div id="wrapper"> <div id="header"> <div class="container_12"> <div class="grid_12 title"> <%= admin_header %> </div> <div class="grid_8 applications"> <%= apps %> </div> <div class="grid_4 profile"> <%= login_info %> </div> </div> </div> <div id="content"> <div class="container_12"> <%= yield :layout %> </div> </div> <div id="footer"> <div class="container_12"> <div class="grid_12"> <span class="copyright"> Powered by <%= link_to "Typus", "http://core.typuscmf.com/" %> · <%= Typus.admin_sub_title.html_safe %> </span> </div> </div> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typus-3.1.10 | app/views/layouts/admin/base.html.erb |
typus-3.1.9 | app/views/layouts/admin/base.html.erb |