Sha256: 6a055acfe641dcb81fda08ac21839a60bdcc6bee24aeee219bc9bcf53bb0a4e1

Contents?: true

Size: 919 Bytes

Versions: 3

Compression:

Stored size: 919 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

3 entries across 3 versions & 1 rubygems

Version Path
kryptonite-0.0.4 app/views/layouts/kryptonite_auth.html.erb
kryptonite-0.0.3 app/views/layouts/kryptonite_auth.html.erb
kryptonite-0.0.2 app/views/layouts/kryptonite_auth.html.erb