Sha256: 2f9bb1adb48fe453023cdb54fbbbcafebe53d741dcb9b20cc406d630b0064f27

Contents?: true

Size: 842 Bytes

Versions: 2

Compression:

Stored size: 842 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" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="keywords" content="あくしゅ,axsh,wakame" />
<meta name="description" content="Wakame UI">
<title>Wakame UI</title>
<%= stylesheet_link_tag :all %>
<%= csrf_meta_tag %>
<%= yield :javascript %>
<%= yield :stylesheet %>
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
	<div id="head_gradation"></div>
	<div id="content_wrapper">
		<%= render :partial => 'layouts/login_header' %>
		<div id="content" class="clearfix">
			<%= yield %>
		</div>
		<%= render :partial => 'layouts/footer'%>
	</div>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wakame-vdc-webui-10.12.0 app/views/layouts/login.html.erb
wakame-vdc-webui-10.11.0 app/views/layouts/login.html.erb