Sha256: 1dade7b1b3ccc04eed890631b21d64c6ebc087e1432513cf470025a852ae944b
Contents?: true
Size: 513 Bytes
Versions: 2
Compression:
Stored size: 513 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 "accounts" %> </head> <body> <div id='setupcontainer'> <div class='inner'> <%= yield %> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/layouts/setup.html.erb |
typo-5.4.4 | app/views/layouts/setup.html.erb |