Sha256: ed0268006b3a2dc463fd9f385ad2fd4a3ff3454f328cd420e63ba7912e58e4b9
Contents?: true
Size: 937 Bytes
Versions: 6
Compression:
Stored size: 937 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"/> <title><%=t "welcome_title", :website_name=>kryptonite_config_website_name %></title> <%= stylesheet_link_tag "/kryptonite/stylesheets/login" %> <%= javascript_include_tag "/kryptonite/javascripts/jquery", "/kryptonite/javascripts/login", "/kryptonite/javascripts/rails" %> <%= csrf_meta_tag %> </head> <body> <div id="header"> <!-- <h1><%= image_tag(kryptonite_config_logo, :alt => kryptonite_config_website_name) %></h1> --> </div> <div id="content"> <%= yield %> </div> <div id="footer"> <!-- <p>Based on <%= link_to "Kryptonite", "http://www.m2hero.com" %> <%= kryptonite_get_short_version_string %> technology.</p> --> </div> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems