Sha256: 17a83c5150ace6448a100825db591001e3677780131a9f74ae778c7dbe21d69e
Contents?: true
Size: 876 Bytes
Versions: 41
Compression:
Stored size: 876 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="viewport" content="width=500, initial-scale=0.60, minimum-scale=0.60" /> <title><%= page_title %></title> <%= stylesheet_link_tag 'admin/reset', :media => 'screen' %> <%= stylesheet_link_tag 'admin/screen', :media => 'screen' %> </head> <body> <div id="dialog"> <h1><%= link_to Typus::Configuration.options[:app_name], admin_sign_in_path %></h1> <%= display_flash_message %> <%= yield %> </div> <div id="bottom_dialog"> <%= typus_block :location => 'shared', :partial => 'footer' %> </div> </body> </html>
Version data entries
41 entries across 41 versions & 2 rubygems