Sha256: 6b6978538a0bf0d4c6551dd7d3b6aba312e0c146320b523fd957957e8da10754
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title><%= @page_title %></title> <meta http-equiv="imagetoolbar" content="no" /> <%= stylesheet_link_tag "administration.css" %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls", "typo" %> </head> <body> <div id="container"> <div id="content"> <%= yield %> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.1.98 | app/views/layouts/accounts.html.erb |
typo-5.2 | app/views/layouts/accounts.html.erb |