Sha256: 9edaf4f0f0b2b23ae6f8f3bf7ce652a92a1aec0d638b89c18fa0b97e03d6441d

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 KB

Contents

<!DOCTYPE html>
<html>
<head>
	<!-- Standard Meta -->
	<meta charset="utf-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

	<!-- Site Properties -->
	<title>Database Documentation</title>

	<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
	<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/foundation.min.css">
	<link rel="stylesheet" type="text/css" href="<%= url '/style.css' %>">

	<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/sql.min.js"></script>
	<script src="<%= url '/pg-doc.js' %>"></script>

</head>
<body class="pushable">

	<%= erb :'includes/left_menu' %>

	<div class="pusher">
		<div class="ui main container text scroll-padding">
			<%= yield %>
		</div>
	</div>

</body>

</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pg-doc-0.0.4 views/layout.erb
pg-doc-0.0.3 views/layout.erb
pg-doc-0.0.2 views/layout.erb