Sha256: 559a6d454fbdaba9c963034491a96219f705c198605c88fa2f5df34afa03c04a

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 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" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title><%%= @page_title || '<%= options[:app_name] %>' %></title>
	<%%= stylesheet_link_tag 'base', "themes/<%= options[:theme] %>/style" %>
	<%%= yield(:js) %>
	<%%= yield(:css) %>
</head>
<body>
  <div id="container">
    <div id="box">
      <%%= yield %>            
    </div>
  </div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
genkiwow-nitro-generator-0.0.2 generators/nitro_layout/templates/admin/view_layout_sign.html.erb